Jump to content
JChartFX Community

hiltons

Members
  • Posts

    2
  • Joined

  • Last visited

hiltons's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. thank you for the response and example. this is perfect. thanks!
  2. generally the documentation for the site and plugin are awesome, but when it comes to realtime data it seems a bit broken. here is the example given on the realtime documentation example :: var realTime = chart1.getRealTime(); realTime.setBufferSize(20); realTime.setMode(cfx.RealTimeMode.Loop); realTime.beginAddData(1, cfx.RealTimeAction.Append); data.setItem(0, 0, g_realTimeValue); realTime.endAddData(false, false); what is data in this snippet? is it chart1.getData? can we please have a full example showing some sort of live data, preferably with random numbers over time or something.
×
×
  • Create New...