Questions tagged as 'fusioncharts'

0
answers

Fusioncharts with Bootstrap not rendering?

I'm using Fusion Charts in my application ( link ) and everything went fine on my pure HTML5 page. However, trying to use with Bootstrap is not rendering. My working page looks like this: <head> <script type="text/javascript" s...
asked by 09.10.2018 / 21:45
0
answers

Show graph in Angular 6

I'm following this tutorial to show a graph of non-angular fusionchart 6 But it's only showing this message: Cannot read property 'moduleObj' of undefined I made an import in the app.module import { FusionChartsModule } from 'angular...
asked by 17.09.2018 / 17:00
0
answers

how to put a suffix number on a graph in fushionChart in a specific column?

I'm doing a graph with two columns but I need one of them to show the suffix and the other one can not do it if I put the param param numberSuffix = '%' shows in the two columns otherwise it does not show in any. > follows the xml code: $ s...
asked by 28.08.2018 / 19:19
0
answers

how to change the scale of the axis of the graph in fusion chart

$strXML = "<chart decimals='3' caption='COMPARATIVO DE WORKMASHIP - Data: ".$dt_atual[0]."' valueonright='0' labeldisplay='wrap' canvasbgcolor='#aeaeae' bgcolor='#aeaeae' showToolTip='0' baseFontColor='#FFFFFF' placevaluesInside='1'...
asked by 29.08.2018 / 12:46
0
answers

Mouseover event on chart

I would like to move the mouse on the chart to get the data and display elsewhere and not only as the default tooltip of it Currently my code looks like this: function graficoPtAparente(){ chartPtAparente = new FusionCharts({...
asked by 03.09.2018 / 21:57
0
answers

Update value fusiochart

I would like to upgrade from two concurrent lines using the fusioncharts Using this snippet, but it changes the value of one while the other gets the same value "dataset": [ { "seriesname": "HRYS Price",...
asked by 24.04.2018 / 13:37
0
answers

Combination of real-time graphs

I'm trying a combination of graphics and would like to use area and line , but I can not. I'm taking the example of fusioncharts . It runs in real time . I tried to do this and nothing: "dataset": [ {...
asked by 23.04.2018 / 15:50