Questions tagged [fusioncharts]
FusionCharts Suite XT is a JavaScript (HTML5) Charting library for web and mobile applications. It works on a majority of devices including PCs, Macs, iPads, iPhones and Android devices, and on all browsers including IE6. It offers 90+ chart types including Column, Bar, Line and Pie charts to the more advanced chart types like Funnel, Combination, Bubble and Zoom Line Charts.
fusioncharts
797
questions
0
votes
1
answer
16
views
Fusion chart throwing error in Lazy loaded route vue
I have an existing project vue, in which case everything was running fine.
we decided to optimize the bundle size of the app because it was too large and implemented lazy loading routes,
e.g
const ...
-1
votes
0
answers
17
views
Unable to render FusionTime charts in Blazor
I have built a Blazor app that renders FusionCharts, connecting to a SQL Server database. I have successfully created regular FusionCharts and linked them to the SQL Server database. Additionally, I ...
0
votes
0
answers
6
views
FusionCharts TimeSeries - Hour timestamp is one hour ahead?
While working with the TimeSeries part of FusionCharts I noticed the hour timestamp on the chart does not match up with the hour timestamp from the data, it adds one hour to each timestamp in the ...
1
vote
0
answers
38
views
How to Show Only Highlighted Stack Value in Tooltip for Stacked Column Chart in FusionCharts
I am using FusionCharts in JavaScript to create a stacked column chart. When I hover over any stack in the chart, the tooltip displays the highlighted value of the stack along with the non-highlighted ...
0
votes
1
answer
29
views
Fusion Chart loads 1 in every 5+ page refreshes (Razor pages on .NET)
I've put together a web app using Blazor server in VS, and the issue I face is this chart is only appearing when it wants to when loading the app in Edge. No messages, errors.. nada. Then I noticed if ...
1
vote
1
answer
35
views
How can I remove fusion chart trail water mark in angular?
<fusioncharts class="fusion_chart" [dataSource]="dataSource"> </fusioncharts>
I have tried css to hide this but it wont work
g[class$="creditgroup"] {
...
0
votes
0
answers
37
views
Laravel Backpack Fusioncharts widget not working
I have a Laravel app that uses backpack and I am trying to create a chart with bars that when clicked, will redirect you to a specific CRUD page on the site. I did a little research and figured out ...
0
votes
0
answers
15
views
In FusionCharts why does my yAxis start at -100
I have a multi-series area chart with values from 1 to 400.
The Y-Axis appears to start at -100. I have no data values below 0.
if I set yaxisminvalue it has no impact.
I've tried setting min and max ...
1
vote
0
answers
54
views
TypeError: core is not a function with FusionChart
I have an error that I can't seem to resolve, I use angular-fusionchart v3.2.3 and fusionchart 3.2.0 with angular 13.3.11
I have this error in my browser console :
main.ts:11 ERROR TypeError: core is ...
0
votes
0
answers
48
views
how to change font size of x-axis & y-axis label of the FusionCharts timeseries chart
const URL_DATA = 'https://s3.eu-central-1.amazonaws.com/fusion.store/ft/data/plotting-multiple-series-on-time-axis-data.json';
const URL_SCHEMA = 'https://s3.eu-central-1.amazonaws.com/fusion.store/ft/...
0
votes
0
answers
72
views
FusionCharts Sankey Diagram in React Native Expo
Anyone know how to render fusionChart sankey diagram in React Native Expo app.
I implemented this but it renders text showing " loading chart please wait "
Here is my code:
import React ...
0
votes
0
answers
30
views
When using FusionCharts I am not able to remove decimals from the y-axis values being used
I have a simple bar chart and for the y-axis it is showing decimals. Because this chart only works with whole numbers (you can't have .5 person for example), I want the chart to only divide the y-axis ...
0
votes
1
answer
30
views
How do I format FusionCharts time to include seconds?
My problem
I've been struggling with this issue for a few days now. My chart is seeing the values its being provided. I can tell because the range of chart has an upper limit of 60k, but it doesn't ...
0
votes
1
answer
127
views
Capture pivot table updates in react-webdatarocks
I am trying to integrate webdatarocks in my react project. I have followed the tutorial provided in the official documentation. Up to now, I am able to load the report I want and show the pivot table ...
0
votes
1
answer
176
views
customize fusioncharts chart-legend-item text
I want to change the legend visualization for the doughnut2D chart to a rectangle and value and label it in two different rows with icons like the attached screenshot?
Please share any code ...
0
votes
1
answer
82
views
angular fusion timeseries chart giving errors Cannot read properties of undefined 'addSymbol'extension must have a valid extension property
I have tried using angular v13 & 14 and for angular fusion package 3.18.0 & 4.0.3
getting errors below errors when I use type as a timeseries and chart is not rendered ::
Unhandled Promise ...
0
votes
1
answer
103
views
I want to add some more data to a specific datapoint in fusionchart
I am new to fusionchart and am trying to add more data to a specific datapoint in the tooltip.
As seen below i tried adding a var to the data array and reference it in the tooltiptext like label and ...
0
votes
2
answers
118
views
trigger event from another event angular
is it possible to trigger the
beforeDataSubmit
event from
selectionEndFun
function
<fusioncharts
#fusionChartId2
width="700"
height="400"
type="selectscatter"
...
1
vote
1
answer
71
views
How to make color of Trend Value different from Trend Zone?
I am new to fusion charts and understand just enough to make them. Currently I was giving a task to make a fusion chart and insert a gray area, the trend zone. This has worked out perfectly but I had ...
0
votes
1
answer
61
views
Trouble creating a heatmap using FusionCharts in React
I am trying to create a heatmap in my React application using FusionCharts but I'm running into some issues.
Here is my code:
import React from 'react';
import FusionCharts from 'fusioncharts';
import ...
0
votes
1
answer
55
views
FusionChart with only one time range
I´m use fusionChart for show a graphics, I want graphics only in this format 03/04/2022 00:20 , 03/04/2022 00:40 ... but when change the size of graphic change the format time, any idea for the format ...
0
votes
1
answer
58
views
Sort legend/series by value in fusion chart
How to sort the series/legend segments sort by value? Is there any settings in chart/dataset/data object?
1
vote
1
answer
94
views
Fusioncharts timeseries transparent background
I am trying to make the background of a FusionCharts time-series chart transparent. I have tried the usual attributes that work with other chart types, and also hardcoded a background colour, but ...
0
votes
1
answer
77
views
How can I fix the 'no data to display' error when trying to load drill down charts with FusionCharts linked charts?
I am trying to use fusion Chart links (Linked Charts) for loading drill down chart when you click on a parent chart and it says 'no data to display when I click on parent chart.
Appreciate your help!
...
0
votes
2
answers
148
views
Is there a way to format the number on a legend scale (Fusion Charts Map)
I have a Fusion Map with some really large values; my map shows summary of deposits data for different states, e.g. 'new york' has a value of almost $3 Trillion USD.
On the legend scale (or legend ...
0
votes
2
answers
315
views
fetching data from local assets directory
Currently my sample data and schema json are in an amazon store via https URL.
var jsonify = res => res.json(); var dataFetch =
fetch("https://s3.eu-central-1.amazonaws.com/fusion.store/ft/...
0
votes
2
answers
55
views
How to get the value from a color range scale when the value changes? (fusioncharts)
I have a fusion map that has a color range scale (from 0 to 3,000,000,000).
When I adjust the scale (on the UI), I would like to get the value that is shown on the scale.
I would preferably like to ...
0
votes
2
answers
169
views
Fusion Charts vertical axis labels
I'm trying to characterize the values on the vertical axis, labeling them as text. For example, a value of 25 would be "Low", 50 would be "Medium" and 75 would be "High". ...
0
votes
1
answer
132
views
Wrap Label Text In Fuion Charts (Pie-Chart)
Length of the text is too long to fit in my column in a row
label issue
is there any way to solve this issue in Fusion charts?
Below is the code for pie chart -
var initMemberInvestedSectorWiseCharts ...
1
vote
2
answers
152
views
How to change the color of a list item based on a color range
I am developing a Fusion Map of the USA. It will have the States along with additional territories.
For the additional territories, I am showing them as a list of values, where each territory has a ...
0
votes
2
answers
93
views
How can I capture data from the 'tooltip' in Fusioncharts that shows date/time?
So, if you go to https://www.fusioncharts.com/dev/fusiontime/getting-started/create-your-multi-variate-chart-in-fusiontime and hover your mouse on the chart, you will see a tooltip that shows a ...
1
vote
1
answer
217
views
chartobject-1.render() Error >> Unable to find the container DOM element. Vue.js + FusionCharts
I'm trying to use FusionCharts in my Vue.js project. I keep getting this error every time I try to render the charts in my components. This is a code of one of the components:
<template>
<...
0
votes
1
answer
525
views
How to prevent a Map from re-rendering when a state variable changes (React) (Fusion Charts)
I have this problem where every time a user hovers there mouse pointer over my map of the USA, the map renders again. (Visually, it flashes on the screen and it looks terrible).
This is because I have ...
0
votes
2
answers
125
views
In Fusiontime charts, can we change the formatting of yaxis values?
I am using the fusioncharts for showing the metrics of crypto, so if the value in billions it is showing as giga, can i change the format to billions ?enter image description here
I changed the format ...
0
votes
3
answers
262
views
Set minimum height or width for column FusionCharts
If data is very lower than others, it's almost like zero, and the user can't click or hover because it's too small.
How can I set a minimum height or width for very small numbers?
I have this problem ...
0
votes
1
answer
233
views
Create Chart using Fusionchart and get data from database in VB.NET
I want to create a bar chart using fusionchart, and get the data from database
This is my UI, if I click this link will go to the chart page
FRONT CODE FOR UI PAGE (Statistics.aspx)
<form id="...
0
votes
2
answers
89
views
Fusion Grid Column Formatter does not parse HTML, instead it prints actual HTML in the Grid
I am trying to get Fusion Grid (https://www.fusioncharts.com/fusiongrid )to work from the example in the online docs. However, it does not parse the HTML. It just prints the unparsed HTML in the ...
2
votes
1
answer
1k
views
Cannot inline bytecode built with JVM target 11 into bytecode that is being built with JVM target 1.8. Please specify proper '-jvm-target' option
I’m trying to build my managed workflow expo project and I’m getting this error:
Cannot inline bytecode built with JVM target 11 into bytecode that is being built with JVM target 1.8. Please specify ...
0
votes
1
answer
89
views
How to style an individual plot in a timeseries chart (FusionCharts/FusionTime)?
I'm rendering a timeseries line graph using FusionCharts as follows:
const MyChart = () => {
const schema = [
{
name: "Category",
type: "string&...
0
votes
1
answer
141
views
FusionCharts won't work with NGBootstrap modals
I am trying to get a click event on a FusionCharts graph to open an NgBootstrap modal window. The modal elements get inserted in the DOM but the show class doesn't get added.
This is what the result ...
1
vote
1
answer
434
views
No module named 'fusioncharts'
I am trying to plot fusion chart in django after adding fusioncharts,I am getting an error.
from fusioncharts import FusionCharts
FusionCharts ModuleNotFoundError:
0
votes
1
answer
1k
views
Remix.run and Fusion chart
Using react-fusioncharts in a Remix.run app doesn't seem to work? Any workarounds?
ReactFC.fcRoot(FusionCharts, Column2D, GammelTheme)
I'm getting this error:
ReferenceError: document is not defined
...
0
votes
2
answers
98
views
Fusioncharts Real-time Line anchorbgclor
I want to use anchorBgColor attribute for Real-time Line chart.
Real-time Line chart.
function updateData() {
var t = new Date(),
date =
t.getHours() +...
0
votes
1
answer
143
views
Hide a specific legend only from FusionChart
How to hide a specific legend from multi-series fusionChart. Actually I want to remove a specific series from chart, when exporting I need to show that on excel sheet. So my plan is initial time hide ...
2
votes
1
answer
146
views
How to get click of entity in fusion chart in react native?
How to achieve click event of entity in India map chart of fusion chart.
It is available in react.js web
https://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-events#event-entityClick
<...
2
votes
2
answers
603
views
How to add license key for fusion charts in angular2
As explained here in fusion charts documentation, it doesn't work for angular. How can I implement this for the angular projects?
Fusion chart license
FusionCharts.options.license({
key: '',
...
0
votes
1
answer
564
views
Time Axis Format with Appsmith and a Custom Fustion Chart
I use a Custom Fusion Chart (Scatter) and I have loaded the data I want to display. I stick to the required x, y format with my data. I would now like to scatter the data along a time axis (x). The ...
0
votes
2
answers
293
views
Fusioncharts Timeseries
Currently I am running into an issue in FusionCharts where TimeSeries view is inaccurate when using min or max aggregation on step-line graphs. While the data when zoomed in is accurate, upon ...
1
vote
1
answer
53
views
Disable fields of a chart
(Image at the bottom of the page)
I have this table, it is about light patterns and it is represented from 1 to 8, what I do is that by means of Charts function I fill the table with the fields that ...
0
votes
2
answers
204
views
Display JSON, XML, CSV data in Fusioncharts and pure JAVASCRIPT example
There is a vendor example for charting data from JSON or XML:
fusion charts
I'm a total beginner and can not make that works properly, so having 2 questions:
Could you please post me a COMPLETE HTML ...