Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Charting for JavaScript, V1.1.1 (Read 1829 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 685
Joined: Apr 6th, 2003
Charting for JavaScript, V1.1.1
Jun 16th, 2017 at 12:25pm
Print Post  
We have released version 1.1.1 of JavaScript Chart library. It contains the following new features:

Interactive range selection
RangeSelector is a scrollbar-like component that lets users scroll or resize currently visible range of chart's data. BiaxialChart shows a horizontal range selector when its showXRangeSelector property is enabled, and a vertical one when showYRangeSelector is enabled. Scroll ranges are specified using xScrollRangeMin and xScrollRangeMax properties for the X axis, and yScrollRangeMin and yScrollRangeMax properties for Y axis.



Miscellaneous
  • Legends can display all elements of a series instead of series title values, which is useful for pie and funnel charts. To enable that mode, set the showSeriesElements of LegendRenderer to true, and assign the kind of labels to display to the elementLabelKind property.
  • FunnelRenderer/FunnelChart bottomWidth property has been renamed to stemWidth.
  • Event listeners' signatures used by IEventDispatcher implementations now include a sender argument.
  • showHighlight and showToolTips properties let you disable highlights and tooltips.

Latest distribution can be downloaded here, or from the clients area on our site.
https://mindfusion.eu/JsChart.zip

Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint