vue-fusioncharts
vue-fusioncharts copied to clipboard
Vue Component for FusionCharts JavaScript Charting Library
Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option. i use exactly this example : [https://www.fusioncharts.com/charts/gauges/gauge-with-trend?framework=vue](url)
I use the 3.18.0 library I'm using the type chart: column2d I used the HTML **span** [tag ](https://www.fusioncharts.com/dev/chart-guide/chart-configurations/data-labels#support-for-html-tags-across-all-chart-text-elements)in the data label, but the functionality is not applied in the **data...
I use the 3.18.0 library I'm using the type chart: **scrollcolumn2d** I used displayValue: https://www.fusioncharts.com/dev/chart-guide/chart-configurations/data-values My problem is, when the values exceed the height of the column, the values are...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.5.2 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
I am trying to build a chart using VueJS web component: `vue-cli-service build --target wc --inline-vue --name my-app ./src/App.vue --env=production` This command produces the following files on dist:  However...
Hey, I just found out the package is huge (up to 1.4MB) and we're not using all of it, only 3 types. I couldn't figure out how to import only...
Vue 3
Is there any plan to support vue 3?
 `import VueFusionCharts from 'vue-fusioncharts'; import FusionCharts from 'fusioncharts'; import Charts from 'fusioncharts/fusioncharts.charts'; import FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion'; Vue.use(VueFusionCharts, FusionCharts, Charts, FusionTheme);` When I commented this code Vue working as expected.
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits 523c5c7 2.2.2 7ecef07 Bump fstream to fix hardlink overwriting vulnerability 9fc84b9 Use {} for hardlink tracking instead of [] 15e59f1 Only track previously...