Commit Graph

79 Commits

Author SHA1 Message Date
Morley Zhi
f00517643e Always show the last tick 2016-01-07 12:28:09 -05:00
Morley Zhi
84a6eb4a3b Updates
(1) Only limit gridlines when maxTicksLimit is defined, so we don't blow up the tests.
(2) Add a note about running tests in CONTRIBUTING.md
(3) Rebuild files
2016-01-07 11:40:26 -05:00
Evert Timberg
cd29ede572 Update built files 2016-01-03 09:11:58 -05:00
Tanner Linsley
ac9fe08068 Offer window alternative to this context. Fixes Webspack and Browserify support 2015-12-30 09:43:51 -07:00
etimberg
ff11975648 Fix issues identified in PR 2015-12-27 11:48:14 -05:00
etimberg
421e610150 Update build & bump version 2015-12-27 10:46:08 -05:00
Evert Timberg
ae643d3d76 Update built files 2015-12-20 18:31:49 -05:00
etimberg
c074d3b7d4 Update built files 2015-11-30 21:35:09 -05:00
Evert Timberg
b2150b93a2 New built files + some sample file updates 2015-11-29 13:33:24 -05:00
Evert Timberg
f0555af8cc Another build 2015-11-27 17:37:42 -05:00
Evert Timberg
bf2ca8bd0b Push up new built files 2015-11-27 17:35:34 -05:00
Evert Timberg
677c043a91 Built files 2015-11-01 20:42:13 -05:00
Tanner Linsley
93a79ec470 Commit Built Files 2015-10-31 18:22:52 -06:00
Tanner Linsley
91bacf8e51 Commit Built Files 2015-10-31 16:40:23 -06:00
Tanner Linsley
a4d11bd1a6 Built Distributables 2015-10-24 16:47:24 -06:00
Tanner Linsley
cd4b6815c8 Dis Build 2015-09-29 10:55:05 -06:00
Tanner Linsley
c13d960df5 Built Dist Files (reduced lib to 122kb minified) 2015-09-28 11:30:52 -06:00
Tanner Linsley
5a31c50d4d Built Dist Files 2015-09-28 11:28:52 -06:00
etimberg
e6d15474df Commit built files after refactor 2015-09-28 07:45:50 -04:00
Tanner Linsley
b22f569e4d Merge branch 'v2.0-dev' into v2.0-dev-refactor
Conflicts:
	samples/line-scale-override.html
	samples/line-x-axis-filter.html
	samples/line.html
	src/controllers/controller.bar.js
	src/core/core.controller.js
	src/scales/scale.category.js
2015-09-24 14:34:26 -06:00
Evert Timberg
9cc2c18059 Latest built changes 2015-09-01 18:12:37 -04:00
Evert Timberg
88896abe48 During a mousemove event only re-render the chart instead of updating it. Updating uses more memory & causes flicker in the axes. 2015-08-08 18:12:01 -04:00
Tanner Linsley
31c5e45bd4 Build 2015-08-04 11:25:04 -06:00
Evert Timberg
f3eb6f4a43 Built legend version 2015-07-05 14:56:35 -04:00
Evert Timberg
2baad552f1 Built files to include dataset scale changes 2015-07-04 19:17:01 -04:00
Tanner Linsley
9368c6079d Gulp build 2015-06-22 13:11:19 -06:00
Tanner Linsley
539af61e1f Proper stacking order for stacked area charts 2015-06-19 14:23:05 -06:00
Tanner Linsley
85e928b426 Lazy Update and Render option
Usage: `.update(animationDuration, [bool])`
Tooltip animations are now "lazy” by default, meaning they can be
interrupted and pivoted by other animations. All others internal
updates are by nature non-interruptible, so hovering over a chart
during a regular `update()` cycle will pivot the tooltip correctly.
2015-06-19 13:29:36 -06:00
Tanner Linsley
5f6e2a0af3 Gulp build 2015-06-19 12:36:35 -06:00
Tanner Linsley
8cecd5935e Tooltip Title width now accurately measured 2015-06-19 12:36:22 -06:00
Tanner Linsley
8769b658b1 Gulp Build 2015-06-18 12:49:19 -06:00
Tanner Linsley
061566ee27 Fix Label custom tooltips 2015-06-17 15:14:26 -06:00
Tanner Linsley
cc2fb73e87 Build 2015-06-17 15:10:57 -06:00
Tanner Linsley
8d1f280771 Even better responsive sizing 2015-06-16 13:19:01 -06:00
Tanner Linsley
63530ba66d Better responsive sizing 2015-06-16 13:06:34 -06:00
Tanner Linsley
088b4fcc55 Fixed: scale.linear range min==max resulted in no scale 2015-06-16 12:04:52 -06:00
Tanner Linsley
e3ffbb155f Deprecate animationLoop function 2015-06-16 11:57:35 -06:00
Tanner Linsley
48b8a3a2c5 Fixed issue where arc.inRange was sometimes over π threshold 2015-06-16 11:46:50 -06:00
Tanner Linsley
a5e4b38252 Draw controllers in reverse (for proper line stacking) 2015-06-16 11:37:07 -06:00
Tanner Linsley
6065e8c801 helpers.each is now reversible 2015-06-16 11:31:15 -06:00
Tanner Linsley
cd5a8d1a50 Fix getMaximumHeight function to use helpers 2015-06-16 11:24:25 -06:00
Tanner Linsley
37b13265c9 Build 2015-06-16 11:22:28 -06:00
Tanner Linsley
9f9237905a Line now draws 2015-06-15 16:19:56 -06:00
Tanner Linsley
257bdb2dbb Hybrid Line and Bar chart - Line Now drawing 2015-06-15 15:27:56 -06:00
Evert Timberg
c5e4912319 Rename 'scaleType' property to 'type; throughout samples & code 2015-06-12 18:24:51 -04:00
Tanner Linsley
63b7b18b17 Category Scale fixed 2015-06-12 16:18:20 -06:00
Tanner Linsley
cfc008686b File structure fixes and gulp watch working again 2015-06-12 16:15:33 -06:00
Tanner Linsley
e1237feb97 File structure for extensibility 2015-06-12 16:08:27 -06:00
Tanner Linsley
cf88ec8333 File structure fixes, Radar Chart tooltip fixes 2015-06-12 15:37:38 -06:00
Tanner Linsley
bba2dda59a No Logging 2015-06-12 15:28:50 -06:00