Search the Community

Showing results for tags 'lineset'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 1 result

  1. Hi, I'm trying to create a multiseries stacked chart with a secondary y axis. I'm using the MSStackedColumn2DLineDY chart type and the documentation states: Could you provide an example of this, as the only way I can get the chart to display more data as a line is by adding it as a new series to the one lineset element. E.g. I want the following to be two different lineset elements, not two series within one lineset "lineset": [{ "seriesname": "Cost as % of Revenue", "showvalues": "0", "linethickness": "4", "data": [{ "value": "57" }, { "value": "68" }, { "value": "79" }, { "value": "73" }, { "value": "80" }] }, { "seriesname": "Cost as % of Pay", "showvalues": "0", "linethickness": "4", "data": [{ "value": "34" }, { "value": "23" }, { "value": "52" }, { "value": "32" }, { "value": "12" }] }] A working example of multiple linesets would be greatly appreciated. Many Thanks, Odhran Hardy