Skip to content

Stable Version v0.0.3 released

Compare
Choose a tag to compare
@avdaredevil avdaredevil released this 18 Nov 19:14
· 198 commits to master since this release

Features:

  • Support Events [click,load,drills,print,etc...]
  • Zooming Supported
  • Cleaned Library
  • Drilling Supported
  • Multiple Series support
  • Legend/Tooltip Configurations
  • Exporting support
  • Default Options override support.
  • Bar/Column chart supported
  • xLabel Added
  • label functionality added as an overrider
  • Super robust live demo site, with interactivity and easter eggs
  • Functions Updated to support multiple series [overloads] and drillability/colorByPoint/names.
  • Dynamic Data/Series insertions.
  • Lots more functions added:
Method Parameters Description
setData(data,z=0) Data Array,Series Index Replaces series data with the passed array
addData(x,y,z,drill) x,y,index,drillable? Appends to data [efficient]
pushData(x,y,z) x,y,index Shifts and adds to data [efficient]
addSeries(name,data,colorByPoint) String,Array,boolean Shifts and adds to data [efficient]
addDrillSeries(point,data,name) point,Array,String Shifts and adds to data [efficient]
updateSeries(options,z=0) {},0 Modifies the options for series [given by z]
showLoading(t) t [Text] Sets Loading-Message equal to t then turns on loading screen
resizeChart() none Adjust graph to the size of the parent
destroy() none Free's up the memory used by the chart [prevents memory leaks]

Roadmap:

  • Add heat maps, gauge charts.
  • Any Suggestions?