{"id":2899,"date":"2012-06-26T15:18:18","date_gmt":"2012-06-26T09:48:18","guid":{"rendered":"http:\/\/blog.fusioncharts.com\/?p=2899"},"modified":"2026-01-20T14:41:24","modified_gmt":"2026-01-20T09:11:24","slug":"stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin","status":"publish","type":"post","link":"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/","title":{"rendered":"Stunning Charts for Your Web Apps with FusionCharts jQuery 2026"},"content":{"rendered":"As web developers, we all agree that jQuery makes JavaScript programming a whole lot easier, and FusionCharts makes charting as easy as possible. Imagine if jQuery and FusionCharts get hitched, and an awesome FusionCharts&#8217; <a href=\"https:\/\/www.fusioncharts.com\/jquery-charts\/\" target=\"_blank\" rel=\"noopener noreferrer\">jQuery charts<\/a> plugin is the outcome! Imagine using the familiar jQuery syntax to create charts, update and retrieve chart data and configuration, update functional and cosmetic settings of all charts. Here we introduce, the FusionCharts plugin for jQuery! And this plugin also helps you make your morning toast.\r\n<!--more-->\r\nHere are 7 reasons why we think the FusionCharts jQuery plugin should be useful to you:\r\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_71 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\"><p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<\/div><nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/#1_Works_out_of_the_box\" title=\"1. Works out of the box\">1. Works out of the box<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/#2_Does_not_clutter_the_global_namespace\" title=\"2. Does not clutter the global namespace\">2. Does not clutter the global namespace<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/#3_Multiple_rendering_options\" title=\"3. Multiple rendering options\">3. Multiple rendering options<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/#4_Update_and_retrieve_configuration_of_existing_charts\" title=\"4. Update and retrieve configuration of existing charts\">4. Update and retrieve configuration of existing charts<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/#5_Tested_in_all_browsers\" title=\"5. Tested in all browsers\">5. Tested in all browsers<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/#6_Comprehensive_documentation\" title=\"6. Comprehensive documentation\">6. Comprehensive documentation<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/#7_Bundled_with_FusionCharts\" title=\"7. Bundled with FusionCharts\">7. Bundled with FusionCharts<\/a><\/li><\/ul><\/nav><\/div>\n<h2><span class=\"ez-toc-section\" id=\"1_Works_out_of_the_box\"><\/span>1. Works out of the box<span class=\"ez-toc-section-end\"><\/span><\/h2>\r\nSimply include <code>FusionCharts.jqueryplugin.js<\/code> and instantiate the FusionCharts constructor, and your chart is created. Here is a sample of the constructor being instantiated:\r\n<pre class=\"lang:javascript\">\r\n$(\"#chartContainer\").insertFusionCharts({\r\nswfUrl: \"FusionCharts\/Column3D.swf\",\r\ndataSource: \"Data.xml\",\r\ndataFormat: \"xmlurl\",\r\nwidth: \"400\",\r\nheight: \"300\",\r\nid: \"myChartId\"\r\n});\r\n<\/pre>\r\n<h2><span class=\"ez-toc-section\" id=\"2_Does_not_clutter_the_global_namespace\"><\/span>2. Does not clutter the global namespace<span class=\"ez-toc-section-end\"><\/span><\/h2>\r\nWe respect the global namespace in JavaScript. All the references to this plugin are unique, and would not conflict with existing HTML, JavaScript, and CSS.\r\n<h2><span class=\"ez-toc-section\" id=\"3_Multiple_rendering_options\"><\/span>3. Multiple rendering options<span class=\"ez-toc-section-end\"><\/span><\/h2>\r\nUsing this plugin, you can render a chart at the <a href=\"https:\/\/docs.fusioncharts.com\/charts\/contents\/?jQuery\/AdvancedRendering.html#prepend\" target=\"_blank\" rel=\"noopener noreferrer\">beginning of an HTML container<\/a>, or <a href=\"https:\/\/docs.fusioncharts.com\/charts\/contents\/?jQuery\/AdvancedRendering.html#append\" target=\"_blank\" rel=\"noopener noreferrer\">at the end<\/a>, or <a href=\"https:\/\/docs.fusioncharts.com\/charts\/contents\/?jQuery\/AdvancedRendering.html#insert\" target=\"_blank\" rel=\"noopener noreferrer\">replace the container&#8217;s content<\/a> with a chart.\r\n<h2><span class=\"ez-toc-section\" id=\"4_Update_and_retrieve_configuration_of_existing_charts\"><\/span>4. Update and retrieve configuration of existing charts<span class=\"ez-toc-section-end\"><\/span><\/h2>\r\nAt run-time, you can <a href=\"https:\/\/docs.fusioncharts.com\/charts\/contents\/?jQuery\/RetrieveUpdate.html\" target=\"_blank\" rel=\"noopener noreferrer\">update<\/a> chart data, chart size, chart type, rendering engine (Flash \/ JavaScript) of an existing chart. You can also dynamically update a chart&#8217;s root properties on-the-fly. This feature will come handy when you wish to change the chart titles, theme colors, number formatting or scaling setup, divisional line and grid configurations and other functional and cosmetic features of an existing chart.\r\n<h2><span class=\"ez-toc-section\" id=\"5_Tested_in_all_browsers\"><\/span>5. Tested in all browsers<span class=\"ez-toc-section-end\"><\/span><\/h2>\r\nThe FusionCharts jQuery plugin passes through the same stringent test cases that are required for the FusionCharts Suite. You can rest assured that this plugin is tested for cross-browser compatibility, including mobile browsers of Android and iOS devices. Your users will get no room to complain.\r\n<h2><span class=\"ez-toc-section\" id=\"6_Comprehensive_documentation\"><\/span>6. Comprehensive documentation<span class=\"ez-toc-section-end\"><\/span><\/h2>\r\nThe <a href=\"https:\/\/docs.fusioncharts.com\/charts\/contents\/?jQuery\/Overview.html\" target=\"_blank\" rel=\"noopener noreferrer\">documentation<\/a> will help you get started, and walk you through the various features of this plugin. For a quick glance, the <a href=\"https:\/\/docs.fusioncharts.com\/charts\/contents\/?jQuery\/API.html\" target=\"_blank\" rel=\"noopener noreferrer\">API Reference<\/a> is always available. We&#8217;ve added many code samples and live demos to accelerate your coding.\r\n<h2><span class=\"ez-toc-section\" id=\"7_Bundled_with_FusionCharts\"><\/span>7. Bundled with FusionCharts<span class=\"ez-toc-section-end\"><\/span><\/h2>\r\nThis plugin is developed by FusionCharts, not by community developers. This ensures that new features are rolled out simultaneously in the FusionCharts package and this plugin too.\r\n\r\nWe hope this plugin solves the &#8220;unknown territory&#8221; issue that developers new to FusionCharts face. Do give this plugin a spin. Let us know of new feature requests or bugs in the comments below.","protected":false},"excerpt":{"rendered":"<p>As web developers, we all agree that jQuery makes JavaScript programming a whole lot easier, and FusionCharts makes charting as easy as possible. Imagine if jQuery and FusionCharts get hitched, and an awesome FusionCharts&#8217; jQuery charts plugin is the outcome! Imagine using the familiar jQuery syntax to create charts, update and retrieve chart data and [&hellip;]<\/p>\n","protected":false},"author":14,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18],"tags":[211,217,287],"coauthors":[715],"class_list":["post-2899","post","type-post","status-publish","format-standard","hentry","category-tutorials","tag-javascript","tag-jquery","tag-plugin"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Stunning Charts for Your Web Apps with FusionCharts jQuery 2026<\/title>\n<meta name=\"description\" content=\"Meet the FusionCharts plugin for jQuery! Learn how it simplifies 2026 charting (and maybe even helps make your morning toast). Speed up your development.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Stunning Charts for Your Web Apps with FusionCharts jQuery 2026\" \/>\n<meta property=\"og:description\" content=\"Meet the FusionCharts plugin for jQuery! Learn how it simplifies 2026 charting (and maybe even helps make your morning toast). Speed up your development.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/\" \/>\n<meta property=\"og:site_name\" content=\"FusionBrew - The FusionCharts Blog\" \/>\n<meta property=\"article:published_time\" content=\"2012-06-26T09:48:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-20T09:11:24+00:00\" \/>\n<meta name=\"author\" content=\"rishi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"rishi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t    \"@context\": \"https:\/\/schema.org\",\n\t    \"@graph\": [\n\t        {\n\t            \"@type\": \"Article\",\n\t            \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/#article\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/\"\n\t            },\n\t            \"author\": {\n\t                \"name\": \"rishi\",\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/person\/132d68250c34b957c87330353d8eaa5a\"\n\t            },\n\t            \"headline\": \"Stunning Charts for Your Web Apps with FusionCharts jQuery 2026\",\n\t            \"datePublished\": \"2012-06-26T09:48:18+00:00\",\n\t            \"dateModified\": \"2026-01-20T09:11:24+00:00\",\n\t            \"mainEntityOfPage\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/\"\n\t            },\n\t            \"wordCount\": 422,\n\t            \"commentCount\": 1,\n\t            \"publisher\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#organization\"\n\t            },\n\t            \"keywords\": [\n\t                \"javascript\",\n\t                \"jquery\",\n\t                \"plugin\"\n\t            ],\n\t            \"articleSection\": [\n\t                \"Tutorials\"\n\t            ],\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"CommentAction\",\n\t                    \"name\": \"Comment\",\n\t                    \"target\": [\n\t                        \"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/#respond\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"WebPage\",\n\t            \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/\",\n\t            \"url\": \"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/\",\n\t            \"name\": \"Stunning Charts for Your Web Apps with FusionCharts jQuery 2026\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#website\"\n\t            },\n\t            \"datePublished\": \"2012-06-26T09:48:18+00:00\",\n\t            \"dateModified\": \"2026-01-20T09:11:24+00:00\",\n\t            \"description\": \"Meet the FusionCharts plugin for jQuery! Learn how it simplifies 2026 charting (and maybe even helps make your morning toast). Speed up your development.\",\n\t            \"breadcrumb\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/#breadcrumb\"\n\t            },\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"ReadAction\",\n\t                    \"target\": [\n\t                        \"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"BreadcrumbList\",\n\t            \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/#breadcrumb\",\n\t            \"itemListElement\": [\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 1,\n\t                    \"name\": \"Home\",\n\t                    \"item\": \"https:\/\/www.fusioncharts.com\/blog\/\"\n\t                },\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 2,\n\t                    \"name\": \"Stunning Charts for Your Web Apps with FusionCharts jQuery 2026\"\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"WebSite\",\n\t            \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#website\",\n\t            \"url\": \"https:\/\/www.fusioncharts.com\/blog\/\",\n\t            \"name\": \"FusionBrew - The FusionCharts Blog\",\n\t            \"description\": \"Get tips and tricks on how to build effective Data Visualisation using FusionCharts\",\n\t            \"publisher\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#organization\"\n\t            },\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"SearchAction\",\n\t                    \"target\": {\n\t                        \"@type\": \"EntryPoint\",\n\t                        \"urlTemplate\": \"https:\/\/www.fusioncharts.com\/blog\/?s={search_term_string}\"\n\t                    },\n\t                    \"query-input\": {\n\t                        \"@type\": \"PropertyValueSpecification\",\n\t                        \"valueRequired\": true,\n\t                        \"valueName\": \"search_term_string\"\n\t                    }\n\t                }\n\t            ],\n\t            \"inLanguage\": \"en-US\"\n\t        },\n\t        {\n\t            \"@type\": \"Organization\",\n\t            \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#organization\",\n\t            \"name\": \"FusionCharts\",\n\t            \"url\": \"https:\/\/www.fusioncharts.com\/blog\/\",\n\t            \"logo\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"inLanguage\": \"en-US\",\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/logo\/image\/\",\n\t                \"url\": \"\/blog\/wp-content\/uploads\/2020\/03\/idera-fc-logo.svg\",\n\t                \"contentUrl\": \"\/blog\/wp-content\/uploads\/2020\/03\/idera-fc-logo.svg\",\n\t                \"width\": 1,\n\t                \"height\": 1,\n\t                \"caption\": \"FusionCharts\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/logo\/image\/\"\n\t            }\n\t        },\n\t        {\n\t            \"@type\": \"Person\",\n\t            \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/person\/132d68250c34b957c87330353d8eaa5a\",\n\t            \"name\": \"rishi\",\n\t            \"image\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"inLanguage\": \"en-US\",\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/person\/image\/328482cd2c44c22cbfaf38e6113a8a24\",\n\t                \"url\": \"https:\/\/secure.gravatar.com\/avatar\/?s=96&r=g\",\n\t                \"contentUrl\": \"https:\/\/secure.gravatar.com\/avatar\/?s=96&r=g\",\n\t                \"caption\": \"rishi\"\n\t            },\n\t            \"url\": \"https:\/\/www.fusioncharts.com\/blog\/author\/rishi\/\"\n\t        }\n\t    ]\n\t}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Stunning Charts for Your Web Apps with FusionCharts jQuery 2026","description":"Meet the FusionCharts plugin for jQuery! Learn how it simplifies 2026 charting (and maybe even helps make your morning toast). Speed up your development.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/","og_locale":"en_US","og_type":"article","og_title":"Stunning Charts for Your Web Apps with FusionCharts jQuery 2026","og_description":"Meet the FusionCharts plugin for jQuery! Learn how it simplifies 2026 charting (and maybe even helps make your morning toast). Speed up your development.","og_url":"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/","og_site_name":"FusionBrew - The FusionCharts Blog","article_published_time":"2012-06-26T09:48:18+00:00","article_modified_time":"2026-01-20T09:11:24+00:00","author":"rishi","twitter_card":"summary_large_image","twitter_misc":{"Written by":"rishi","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/#article","isPartOf":{"@id":"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/"},"author":{"name":"rishi","@id":"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/person\/132d68250c34b957c87330353d8eaa5a"},"headline":"Stunning Charts for Your Web Apps with FusionCharts jQuery 2026","datePublished":"2012-06-26T09:48:18+00:00","dateModified":"2026-01-20T09:11:24+00:00","mainEntityOfPage":{"@id":"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/"},"wordCount":422,"commentCount":1,"publisher":{"@id":"https:\/\/www.fusioncharts.com\/blog\/#organization"},"keywords":["javascript","jquery","plugin"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/","url":"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/","name":"Stunning Charts for Your Web Apps with FusionCharts jQuery 2026","isPartOf":{"@id":"https:\/\/www.fusioncharts.com\/blog\/#website"},"datePublished":"2012-06-26T09:48:18+00:00","dateModified":"2026-01-20T09:11:24+00:00","description":"Meet the FusionCharts plugin for jQuery! Learn how it simplifies 2026 charting (and maybe even helps make your morning toast). Speed up your development.","breadcrumb":{"@id":"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.fusioncharts.com\/blog\/stunning-charts-for-your-web-apps-with-fusioncharts-jquery-plugin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.fusioncharts.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Stunning Charts for Your Web Apps with FusionCharts jQuery 2026"}]},{"@type":"WebSite","@id":"https:\/\/www.fusioncharts.com\/blog\/#website","url":"https:\/\/www.fusioncharts.com\/blog\/","name":"FusionBrew - The FusionCharts Blog","description":"Get tips and tricks on how to build effective Data Visualisation using FusionCharts","publisher":{"@id":"https:\/\/www.fusioncharts.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.fusioncharts.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.fusioncharts.com\/blog\/#organization","name":"FusionCharts","url":"https:\/\/www.fusioncharts.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/logo\/image\/","url":"\/blog\/wp-content\/uploads\/2020\/03\/idera-fc-logo.svg","contentUrl":"\/blog\/wp-content\/uploads\/2020\/03\/idera-fc-logo.svg","width":1,"height":1,"caption":"FusionCharts"},"image":{"@id":"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/person\/132d68250c34b957c87330353d8eaa5a","name":"rishi","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/person\/image\/328482cd2c44c22cbfaf38e6113a8a24","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&r=g","caption":"rishi"},"url":"https:\/\/www.fusioncharts.com\/blog\/author\/rishi\/"}]}},"_links":{"self":[{"href":"https:\/\/www.fusioncharts.com\/blog\/wp-json\/wp\/v2\/posts\/2899","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fusioncharts.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.fusioncharts.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.fusioncharts.com\/blog\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fusioncharts.com\/blog\/wp-json\/wp\/v2\/comments?post=2899"}],"version-history":[{"count":0,"href":"https:\/\/www.fusioncharts.com\/blog\/wp-json\/wp\/v2\/posts\/2899\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.fusioncharts.com\/blog\/wp-json\/wp\/v2\/media?parent=2899"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.fusioncharts.com\/blog\/wp-json\/wp\/v2\/categories?post=2899"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.fusioncharts.com\/blog\/wp-json\/wp\/v2\/tags?post=2899"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.fusioncharts.com\/blog\/wp-json\/wp\/v2\/coauthors?post=2899"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}