Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using IWChartJS
#3
Hi Paul,

I'm glad that you liked the demo.

This is a missing bit that it's ready but I couldn't test before releasing the latest update (15.2.64) so it hasn't been included, but we are going to release it in a few days.

To combine 2 different charts in one, you just need to create a second series with a different chart type.

If you check the third chart in that demo, I create 1 additional series (the main series is built-in).

For instance, to change the second series to a line, you can do this:

  // create a second series here
  SecondSeries := IWChartJS4.AddSeries(ctLine, 'Year 2050');

Then you will have the main series as a bar chart and the second series as a line one. Simple :-)
Reply


Messages In This Thread
Using IWChartJS - by Alexandre Machado - 07-19-2022, 06:26 AM
RE: Using IWChartJS - by PaulWeem - 07-20-2022, 10:35 AM
RE: Using IWChartJS - by Alexandre Machado - 07-21-2022, 05:50 AM
RE: Using IWChartJS - by PaulWeem - 07-21-2022, 07:59 AM
RE: Using IWChartJS - by Lorbass - 07-27-2022, 04:43 PM
RE: Using IWChartJS - by Alexandre Machado - 07-29-2022, 03:50 AM
RE: Using IWChartJS - by Alexandre Machado - 07-29-2022, 09:51 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)