svelte-fusioncharts icon indicating copy to clipboard operation
svelte-fusioncharts copied to clipboard

Svelte Component for FusionCharts JavaScript Charting Library

Results 6 svelte-fusioncharts issues
Sort by recently updated
recently updated
newest added
trafficstars

If I take the Column chart with time axis example and change the theme or bgColor, it does not work: ```svelte import FusionCharts from "fusioncharts"; import Timeseries from "fusioncharts/fusioncharts.timeseries"; import...

While using it with sapper I get the below error: /home/satyam/my-app/node_modules/fusioncharts/fusioncharts.js:13 "function"!=typeof Object.assign&&(Object.assign=function(e){"use strict";var t,r,n,a;if(null==e)throw new TypeError("Cannot convert undefined or null to object");for(t=Object(e),r=1;r

Hi, thanks for this module. I tried live-updating the data but it doesn't seem to work. I've traced it down and found that `isDataSourceUpdated` doesn't detect changes in the data....

This looks open source, MIT and all that... then it says on the bottom of the page to download a free trial... however, it is an NPM package. https://fusioncharts.github.io/svelte-fusioncharts/ Which...

Can you provide typescript support for this package? I can't use import SvelteFC, { fcRoot } from 'svelte-fusioncharts'; as the compiler wont let me go through. Is this an issue...