{"id":1725,"date":"2016-12-08T13:54:27","date_gmt":"2016-12-08T13:54:27","guid":{"rendered":"http:\/\/mindfusion.eu\/blog\/?p=1725"},"modified":"2021-01-21T14:05:42","modified_gmt":"2021-01-21T14:05:42","slug":"javascript-chart-library-v1-1-released","status":"publish","type":"post","link":"https:\/\/mindfusion.dev\/blog\/javascript-chart-library-v1-1-released\/","title":{"rendered":"JavaScript Chart Library, V1.1 Released"},"content":{"rendered":"<p>The new version of the JavaScript Chart library contains the following new features:<\/p>\n<p><strong>FunnelChart<\/strong><\/p>\n<p>Funnel charts are\u00a0often used to represent stages in\u00a0a sales process and show the amount of potential revenue at each stage. In MindFusion.Charting for JavaScript\u00a0funnel charts can be created by utilizing the <a id=\"12540\" title=\"\" href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/chart.javascript\/index.htm?T_MindFusion_Charting_Controls_FunnelChart.htm\">FunnelChart<\/a> or <a id=\"12524\" title=\"\" href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/chart.javascript\/index.htm?T_MindFusion_Charting_FunnelRenderer.htm\">FunnelRenderer<\/a> classes. <span class=\"repeatingLink\">FunnelChart<\/span> inherits from the base <a id=\"72058\" title=\"\" href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/chart.javascript\/index.htm?T_MindFusion_Charting_Controls_Chart.htm\">Chart<\/a> class and offers additional customization through its <a id=\"12546\" title=\"\" href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/chart.javascript\/index.htm?P_MindFusion_Charting_Controls_FunnelChart_segmentSpacing_0.htm\">segmentSpacing<\/a> and <a id=\"12544\" title=\"\" href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/chart.javascript\/index.htm?P_MindFusion_Charting_Controls_FunnelChart_bottomBase_0.htm\">bottomBase<\/a> properties.<\/p>\n<div id=\"attachment_1729\" style=\"width: 734px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-1729\" class=\"size-full wp-image-1729\" src=\"http:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/12\/javascript-funnel-chart.png\" alt=\"Funnel chart in JavaScript\" width=\"724\" height=\"414\" srcset=\"https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/12\/javascript-funnel-chart.png 724w, https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/12\/javascript-funnel-chart-300x172.png 300w, https:\/\/mindfusion.dev\/blog\/wp-content\/uploads\/2016\/12\/javascript-funnel-chart-500x286.png 500w\" sizes=\"auto, (max-width: 724px) 100vw, 724px\" \/><p id=\"caption-attachment-1729\" class=\"wp-caption-text\">Funnel chart in JavaScript<\/p><\/div>\n<p><strong>Theme XML serialization<\/strong><br \/>\n<a id=\"72695\" title=\"\" href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/chart.javascript\/index.htm?T_MindFusion_Charting_Theme_1.htm\">Themes<\/a> now can be serialized to and from XML through the use of the respective <a id=\"12199\" title=\"\" href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/chart.javascript\/index.htm?M_MindFusion_Charting_Theme_loadFrom_1_String_1.htm\">loadFrom<\/a> and <a id=\"12200\" title=\"\" href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/chart.javascript\/index.htm?M_MindFusion_Charting_Theme_saveTo_1_String_0.htm\">saveTo<\/a> methods.<\/p>\n<p><strong>Miscellaneous<\/strong><\/p>\n<ul>\n<li><a id=\"12196\" title=\"\" href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/chart.javascript\/index.htm?P_MindFusion_Charting_AxisRenderer_labelRotationAngle_0.htm\">labelRotationAngle<\/a> property added to <a id=\"73023\" title=\"\" href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/chart.javascript\/index.htm?T_MindFusion_Charting_AxisRenderer_0.htm\">AxisRenderer<\/a>. <a id=\"12538\" title=\"\" href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/chart.javascript\/index.htm?P_MindFusion_Charting_Controls_BiaxialChart_xAxisLabelRotationAngle_0.htm\">xAxisLabelRotationAngle<\/a> and <a id=\"12539\" title=\"\" href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/chart.javascript\/index.htm?P_MindFusion_Charting_Controls_BiaxialChart_yAxisLabelRotationAngle_0.htm\">yAxisLabelRotationAngle<\/a>\u00a0properties added to <a id=\"72036\" title=\"\" href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/chart.javascript\/index.htm?T_MindFusion_Charting_Controls_BiaxialChart.htm\">BiaxialChart<\/a>.<\/li>\n<li><a id=\"72116\" title=\"\" href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/chart.javascript\/index.htm?T_MindFusion_Charting_Controls_PieChart.htm\">PieChart<\/a> now properly shows <a id=\"73252\" title=\"\" href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/chart.javascript\/index.htm?P_MindFusion_Charting_PieSeries_outerLabels_0_0.htm\">outer labels<\/a>.<\/li>\n<li><a id=\"72460\" title=\"\" href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/chart.javascript\/index.htm?T_MindFusion_Charting_LegendRenderer_0.htm\">LegendRenderer<\/a> now properly shows <a id=\"72477\" title=\"\" href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/chart.javascript\/index.htm?P_MindFusion_Charting_LegendRenderer_borderStroke_0_0.htm\">border<\/a>.<\/li>\n<li>Fixed hit-testing in <span class=\"repeatingLink\">pie<\/span> and <a id=\"72007\" title=\"\" href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/chart.javascript\/index.htm?T_MindFusion_Charting_Controls_RadarChart.htm\">radar<\/a> charts.<\/li>\n<li>Bubbles in <a id=\"72127\" title=\"\" href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/chart.javascript\/index.htm?T_MindFusion_Charting_Controls_BubbleChart.htm\">bubble<\/a> charts are now properly centered on their values.<\/li>\n<li><a id=\"72058\" title=\"\" href=\"http:\/\/www.mindfusion.dev\/onlinehelp\/chart.javascript\/index.htm?T_MindFusion_Charting_Controls_Chart.htm\">Chart<\/a>s&#8217; zoom buttons scaling issue fixed.<\/li>\n<\/ul>\n<p>Download the latest version directly from here:<\/p>\n<p align=\"center\"><a href=\"https:\/\/mindfusion.dev\/JavaScript.Chart.zip\">Download JavaScript Chart Library, V1.1 Trial<\/a><\/p>\n<p>Technical support is available at the <a href=\"http:\/\/mindfusion.dev\/Forum\/YaBB.pl?board=jschart_disc\">JS Chart forum<\/a>, per email at <a href=\"mailto:support@mindfusion.dev?subject=MindFusion customer support&amp;body=Please, remember to add mindfusion.dev to your email whitelist. We usually reply to all contact inquiries within 3 to 4 hours. In case you have not received an answer in 24 hours, the email most likely has been filtered by an anti-spam software running at your mail server. Thank you for the understanding!\">support@mindfusion.dev<\/a> or at the <a href=\"http:\/\/www.mindfusion.dev\/HelpDesk\/index.php\">HelpDesk<\/a>. Either way MindFusion attentive support team would be glad to answer your questions.<\/p>\n<p><em>About MindFusion JavaScript Chart Library:<\/em> MindFusion JS Chart is an interactive library for charts and gauges written purely in <a href=\"http:\/\/www.javascript.com\">JavaScript<\/a>. It supports all common chart types, multiple series, custom data,financial charts, funnel charts, a large selection of gauges and rich styling capabilities. The elegant architecture of the library allows you to create dashboards, charts with multiple different types of series in a single plot, unlimited number of axes, reusable styling themes, various oval and linear gauges. The innovative approach to data lets you define your own data classes by implementing a single interface.<br \/>\nThe library also boasts a rich event set, zoom, pan, dragging of the legend and a set of many popular gauges. It is designed and implemented to provide JS developers with the perfect tool to create beautiful, interactive dashboards fast and easy. Download trial directly at <a href=\"http:\/\/mindfusion.dev\/JavaScript.Chart.zip\">http:\/\/mindfusion.dev\/JavaScript.Chart.zip<\/a> Get your license today at <a href=\"http:\/\/www.mindfusion.dev\/javascript-chart-buy.html\">http:\/\/www.javascript-chart-buy.html<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The new version of the JavaScript Chart library contains the following new features: FunnelChart Funnel charts are\u00a0often used to represent stages in\u00a0a sales process and show the amount of potential revenue at each stage. In MindFusion.Charting for JavaScript\u00a0funnel charts can &hellip; <a href=\"https:\/\/mindfusion.dev\/blog\/javascript-chart-library-v1-1-released\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":true,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2}},"categories":[61,2],"tags":[445,444,425,443,446],"class_list":["post-1725","post","type-post","status-publish","format-standard","hentry","category-charting-2","category-product-releases","tag-chart-labels","tag-funnel-chart","tag-javascript-chart","tag-javascript-chart-library","tag-typescript-chart-library"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p3RlKs-rP","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/mindfusion.dev\/blog\/wp-json\/wp\/v2\/posts\/1725","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mindfusion.dev\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mindfusion.dev\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mindfusion.dev\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/mindfusion.dev\/blog\/wp-json\/wp\/v2\/comments?post=1725"}],"version-history":[{"count":4,"href":"https:\/\/mindfusion.dev\/blog\/wp-json\/wp\/v2\/posts\/1725\/revisions"}],"predecessor-version":[{"id":2611,"href":"https:\/\/mindfusion.dev\/blog\/wp-json\/wp\/v2\/posts\/1725\/revisions\/2611"}],"wp:attachment":[{"href":"https:\/\/mindfusion.dev\/blog\/wp-json\/wp\/v2\/media?parent=1725"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mindfusion.dev\/blog\/wp-json\/wp\/v2\/categories?post=1725"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mindfusion.dev\/blog\/wp-json\/wp\/v2\/tags?post=1725"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}