Search the Community

Showing results for tags 'fusiontime'.



More search options

  • Search By Tags

    • fusiontime ×
    Type tags separated by commas.
  • Search By Author

Content Type



Found 11 results

  1. Format Number in Fusiontime

    Hi, how to format display Number in fusiontime? I want format like 10.000,745 but I only get raw data which is 10000.745 I can't find in the documentation. I am using fusionchart 3.18^ in reactjs code: https://pastebin.com/5TUVMWyg tooltip: { enabled: true, tool...
  2. Hi, When the value of the aggregation property is set on last on a fusiontime chart, I expect to systematically get the last value of the chart shown when data are aggregated. Here : 9 177 € should refer to 18/10/2010 Instead, when the chart is zoomed in, another value is shown...
  3. Hi All, I am here to get help on how to rearrange the order for the legend on fusion time chart. For eg: Legend D,F,A,E,B,C and i would like to rearrange them to A,B,C,D,E,F I have tried reverseLegend but couldnt get it to work. timeSeries.AddAttribute("legend", "{enabled:'1',revers...
  4. Hi, I am using fusion time with vb.net and MySQL database to populate the time series chart, i would like to allow user to pick desired date within 5 weeks on the custom range selector (calendar control), and i am using for loop at the back end to retrieve the huge data from database so it def...
  5. Hi, I am beginner on using fusion time, i am using vb.net with MySQL database, i would like to enable only 35 days on the calendar, currently when the page load to render the chart, it will takes too long time to load 35 days data on the chart(configure by back end coding). I wanted to just sho...
  6. I'm trying to find a way to display a timeseries in FusionTime but is a user's local timezome. Ideally to pass an argument with requested timezone? I haven't found any documentation in the docs
  7. [FusionTime] Binning second

    In the following jsfiddle, why i can't zoom into the second granularity, even though my data source has a data point per second, and I've configured binning for seconds. https://jsfiddle.net/s87ytp34/
  8. Hi, I'm playing around with the FusionTime library and stumbled across the setChartAttribute function: https://www.fusioncharts.com/dev/fusiontime/api/fusiontime-methods How can I use this function with nested properties? I tried it like this: chart.setChartAttribute('navigator', {en...
  9. I use FusionTime for ploting time series and it works great but I noticed a bug with FusionTime recently. As you can see in the attached screenshot, there is a shift in the plot after the 27th of october. Looking more precisely, it appears that the probleme lays in the method fusionDataSto...
  10. Hello, we've been using fusioncharts for more than 5 years already and we're really excited about fusiontime charts. They fit our requirements very well because most of the time we want to display timeseries data. We request our data with a stepping parameter to ensure we don't have to...
  11. Hi community I'm using the integration angular-fusioncharts v3.0.1 with our project which is developed with angular version 4, and it presents an issue when the timeseries chart (Fusiontime) is rendered on safari browser. The line is out of the x-axis when the user handle the time navigator, an...