Tom Manderson
217299ed35
Add the source data to Point3d objects in Graph3D ( #1884 )
* Add the source data to Point3d objects in Graph3D; This allows more complex tooltips, using information sent from the server + the source object
* Update PR as requested
* Convert tabs to spaces; Vim config was off, edited in sublime instead
8 years ago
Charles Grandfield
181c98ec6a
Added support for drawing legends to all graph types other than line and barsize.
Added a "showLegend" option which can be used to toggle legend drawing
Added legend drawing to 11_tooltips and to playground examples
Added description of showLegend option to documentation
8 years ago
jos
1e1f59a7a4
Fixed #1637 : the built-in tooltip now shows the provided `xLabel`, `yLabel`, and `zLabel`
instead of `'x'`, `'y'`, and `'z'`
8 years ago
jos
cd3bb8a5a9
Fixed #1615 : implemented new option `dotSizeRatio`
8 years ago
jos
faddd158d4
Updated history
9 years ago
Andrew Schwartz
729ee128bd
Only set backgroundColor if specified in setOptions
9 years ago
jos
01a351f6ac
Fixed #970 : Implemented options `dataColor`, `axisColor`, and `gridColor`.
9 years ago
Alex de Mulder
8998421993
fixed mouse x and y position for graph3d tool tips
9 years ago
jos
090383d462
Fixes for ES5 strict mode
10 years ago
fabriziofortino
47e3d25dce
graph3d: added custom ticks label support for z axis
10 years ago
fabriziofortino
fd5eede1f7
graph3d: added support for custom axis ticks labels
10 years ago
jos
30fb003077
Moved Slider and Camera into separate modules
10 years ago
jos
2da139a4e8
Moved some util functions to util.js
10 years ago
jos
72dfc0c45f
Reworked all code to commonjs modules. Replaced the build script with Gulp
10 years ago
jos
f0a5b12593
Moved source code from `/src/` to `/lib/`
10 years ago