Commit Graph

  • 2efb974189 ensure that fullwidth boxes are at very top / bottom etimberg 2015-11-21 22:10:39 -05:00
  • 7b719e6432 Modify layout service to be able to place horizontal boxes as either full width or not full width. Currently the legend is the only full width box we have. Scales were modified so as not to be full width, however Core.Scale can handle boxes that are full width. Evert Timberg 2015-11-21 10:51:32 -05:00
  • 2a9b3e5221 Merge branch 'v2.0-dev' into v2.0-legend Evert Timberg 2015-11-21 09:23:33 -05:00
  • a888aba61e Merge pull request #1670 from nnnick/fix/1643 Evert Timberg 2015-11-21 09:20:58 -05:00
  • 800246660a Remove commented code Evert Timberg 2015-11-19 21:20:04 -05:00
  • ca2e017f80 Update default tooltip configs for scatter charts. Made scatter charts a first class chart type. Evert Timberg 2015-11-19 21:15:59 -05:00
  • 1471a61609 Update default tooltip callbacks for bubble charts Evert Timberg 2015-11-19 21:12:23 -05:00
  • 1580d1ed4d Update line chart documentation options to table. wcatron 2015-11-19 19:55:12 -05:00
  • 34aaeac421 Update getting started documentation default options w/ table. wcatron 2015-11-19 16:14:13 -05:00
  • 0c69c9a79c Merge pull request #1668 from wcatron/basic-documentation Evert Timberg 2015-11-19 13:39:48 -05:00
  • 5400a61ff1 Update doughnut documentation for intiializer and data. wcatron 2015-11-19 11:47:47 -05:00
  • 942cf5e718 Update Rader initializer and data structure keys. wcatron 2015-11-19 11:43:00 -05:00
  • f32d62722a Update initializer documentation for Bar. wcatron 2015-11-19 11:35:38 -05:00
  • 82a74701a7 Merge pull request #1667 from nnnick/fix/pie-legend Evert Timberg 2015-11-18 21:38:52 -05:00
  • 09d2f1d900 Merge pull request #1662 from nnnick/fix/string-linear-data Evert Timberg 2015-11-18 21:35:56 -05:00
  • 7edcc0659b Fix polar area legends etimberg 2015-11-18 21:30:16 -05:00
  • 673e5d59a5 fix pie & doughnut legend etimberg 2015-11-18 21:24:49 -05:00
  • ead6247cd8 Make sure data is converted to a number in scales when determining min and max. Add tests for this condition to linear, radialLinear, and logarithmic scales. Evert Timberg 2015-11-17 18:43:18 -05:00
  • e00f9d5790 Fix tests Evert Timberg 2015-11-17 18:38:19 -05:00
  • 4297672424 Merge pull request #1092 from tannerlinsley/negative-arcs-fix Evert Timberg 2015-11-16 21:17:46 -05:00
  • 07aa9473f1 Typo: consistent capitalization William Entriken 2015-11-16 18:11:22 -05:00
  • fe77f07c07 Merge pull request #1642 from nnnick/fix/1527 Tanner Linsley 2015-11-16 16:10:24 -07:00
  • 5a80b9e501 Merge pull request #1645 from nnnick/fix/null-callback Tanner Linsley 2015-11-16 16:10:16 -07:00
  • ae9db841f9 Merge pull request #1646 from nnnick/fix/1640 Tanner Linsley 2015-11-16 16:10:01 -07:00
  • 937d866bd3 Merge pull request #1647 from nnnick/fix/1324 Tanner Linsley 2015-11-16 16:09:53 -07:00
  • 592414330b Merge pull request #1644 from nnnick/fix/touch-events Tanner Linsley 2015-11-16 16:09:41 -07:00
  • ac098b8b2f Merge pull request #1653 from nnnick/fix/1381 Tanner Linsley 2015-11-16 16:07:58 -07:00
  • 3a193e2117 Update samples Evert Timberg 2015-11-15 11:17:02 -05:00
  • 0495e45ff7 Can now skip in all cases (start, mid, end) whether or not there is a look Evert Timberg 2015-11-15 11:16:41 -05:00
  • 045d8f6c2a Keep this as NaN so point._view.skip is set correctly Evert Timberg 2015-11-15 11:16:17 -05:00
  • 9c78de10ba Fix line tests. Still need to add tests of the skip code. Evert Timberg 2015-11-14 23:16:07 -05:00
  • 37249e4375 Fix an incorrect test setup Evert Timberg 2015-11-14 22:52:10 -05:00
  • d61745a311 Handle transitioning NaNs Evert Timberg 2015-11-14 22:49:53 -05:00
  • 55c7d6872a Prevent NaN results when previous, point, and next are all the same Evert Timberg 2015-11-14 22:49:08 -05:00
  • 3bd9120a3a some duplicate code cleanup Evert Timberg 2015-11-14 22:06:37 -05:00
  • 01fe535594 Refactor the lineToNextPoint functionality to give the correct draw line behaviour. Makes the code a little cleaner too. Evert Timberg 2015-11-14 21:57:22 -05:00
  • f6ac7d9369 Typo Evert Timberg 2015-11-13 22:42:42 -05:00
  • 0e02d216aa Cleanup Evert Timberg 2015-11-13 22:42:33 -05:00
  • 108c4fcd56 Simplify code for capping bezier control points. Cap the X direction as well. Evert Timberg 2015-11-13 22:15:23 -05:00
  • 05523b01b0 Refactor the line drawing code. Tests are broken. Evert Timberg 2015-11-13 22:04:38 -05:00
  • be07f052d9 Merge pull request #1649 from nnnick/fix/scale_fitting Evert Timberg 2015-11-13 13:57:00 -05:00
  • 7f34d8dd2f Always include padding to ensure that we can always see the tick labels of vertical axes Evert Timberg 2015-11-13 13:24:22 -05:00
  • f85ffbc09c Use the dataset backgroundColor, borderWidth, and borderColor, if specified, for points. Added tests for this case. Evert Timberg 2015-11-13 11:21:44 -05:00
  • 6d708a8f2c Update line sample to change the entire data object Evert Timberg 2015-11-13 10:01:38 -05:00
  • 66bc1dc492 Reference data from the main controller wherever possible. Updated tests to account for this. Evert Timberg 2015-11-13 09:38:35 -05:00
  • 8e3ba9d88e Update tooltip colour draw code Evert Timberg 2015-11-13 08:20:39 -05:00
  • 1e4894d625 Test for skipping drawing Evert Timberg 2015-11-11 21:49:07 -05:00
  • 14b6fdd51e Bail out, same as the x axis Evert Timberg 2015-11-11 21:40:29 -05:00
  • 3099d967da Do not bind to touchend events. This is the same as v1.x Evert Timberg 2015-11-11 21:21:25 -05:00
  • 471a5f5aaa Doughnut, polar area, and radar samples should use the same canvas style etimberg 2015-11-11 19:06:36 -05:00
  • fff13f2692 Merge pull request #1632 from pascoual/v2.0-dev Evert Timberg 2015-11-09 19:46:41 -05:00
  • 234efc5267 Fix: tooltips checks indent Pascoual 2015-11-10 01:00:30 +01:00
  • c4d02a8f96 Fix: no tooltips when missing data for one or more dataset Pascoual 2015-11-10 00:53:08 +01:00
  • 2e9c3d3109 Merge pull request #1621 from jakesyl/add-composer Jake 2015-11-08 14:37:41 -05:00
  • 21efd50fb7 Merge pull request #1628 from nnnick/chrome-travis Tanner Linsley 2015-11-07 14:00:34 -07:00
  • 972ceb24e6 Fix tests Evert Timberg 2015-11-07 09:40:41 -05:00
  • 679ac764b1 Travis CI should also run tests on chrome Evert Timberg 2015-11-07 09:34:07 -05:00
  • 962b99e8d3 Merge pull request #1627 from pascoual/v2.0-dev Evert Timberg 2015-11-06 19:56:29 -05:00
  • 3d15e1ff54 Update doc for options.ticks.maxTicksLimit Pascal Richier 2015-11-07 01:46:14 +01:00
  • 178880bace Update doc for options.ticks.maxTicksLimit Pascal Richier 2015-11-07 01:42:19 +01:00
  • d5d63070c6 Add options.ticks.maxTicksLimit Pascal Richier 2015-11-07 01:39:30 +01:00
  • 97da3347be Add options.ticks.maxTicksLimit Pascal Richier 2015-11-07 01:37:09 +01:00
  • a5e382ab8a add composer file Jake 2015-11-05 13:22:04 -05:00
  • 4476c698c5 Merge pull request #1589 from zachpanz88/patch-1 Jake 2015-11-04 13:07:25 -05:00
  • d6252df4cd Merge pull request #1601 from nnnick/fix/stacked-bar-line-scale Evert Timberg 2015-11-03 18:14:37 -05:00
  • 33308616af Merge pull request #1612 from enumag/patch-1 Evert Timberg 2015-11-03 08:47:43 -05:00
  • 68255893cf typo Jáchym Toušek 2015-11-03 13:49:34 +01:00
  • 57d8155bb0 Merge pull request #1606 from levithomason/patch-1 Evert Timberg 2015-11-02 07:29:46 -05:00
  • 92841cd38a fix getting started global chart config typo Levi Thomason 2015-11-01 23:03:14 -08:00
  • 29c3bd3746 Merge pull request #1603 from nnnick/fix-tooltips Derek Perkins 2015-11-01 22:52:46 -07:00
  • b0380d4ede Check if dataset is visible when adding active elements to a tooltip Tanner Linsley 2015-11-01 22:50:16 -07:00
  • 28bc80e439 ElementsAtLabel now returns all datasets' elements at the found index Tanner Linsley 2015-11-01 22:44:31 -07:00
  • d46524aedc Tooltip's label mode now uses average position of all points Tanner Linsley 2015-11-01 22:43:44 -07:00
  • 677c043a91 Built files Evert Timberg 2015-11-01 20:42:13 -05:00
  • 50d9389dce Merge pull request #1604 from nnnick/fix/stacked-bar-x Tanner Linsley 2015-11-01 18:36:55 -07:00
  • 2c04a816d7 Use correct option to detect stacked mode along x axis. Evert Timberg 2015-11-01 20:26:58 -05:00
  • 257da76b4c Merge pull request #1190 from Nek-/patch-1 Evert Timberg 2015-11-01 17:16:22 -05:00
  • a169e5ad41 Merge pull request #1262 from mattclegg/master Evert Timberg 2015-11-01 17:11:24 -05:00
  • f4a5a30451 Only call custom tooltips when elements have changed. But be sure to call update internally any time that tooltips need to be redrawn. Tanner Linsley 2015-11-01 13:56:36 -07:00
  • 4267d01bc2 Log scale + tests Evert Timberg 2015-11-01 09:07:18 -05:00
  • 8324b35506 Update linear scale + tests Evert Timberg 2015-11-01 08:45:12 -05:00
  • b823bae63e Merge pull request #1600 from nnnick/fix-line-stacked-area Derek Perkins 2015-10-31 22:48:29 -06:00
  • 334ba44e95 Allow line controller to calculate stacked values Tanner Linsley 2015-10-31 22:45:25 -06:00
  • e4d308f329 Stacked Area Example Tanner Linsley 2015-10-31 22:45:11 -06:00
  • cf587122da Merge pull request #1586 from nnnick/fix/begin-at-zero-issue-with-constant-data Evert Timberg 2015-10-31 20:23:57 -04:00
  • 93a79ec470 Commit Built Files Tanner Linsley 2015-10-31 18:22:52 -06:00
  • 3d862962f7 Merge pull request #1599 from nnnick/fix-more-custom-tooltips Derek Perkins 2015-10-31 18:21:54 -06:00
  • 69bff1183f Better Example Tanner Linsley 2015-10-31 18:17:52 -06:00
  • 93a923d38f Remove logs Tanner Linsley 2015-10-31 18:17:42 -06:00
  • 22aabdbfab Update tooltip only when things change (which will only trigger customTooltips when model changes) Tanner Linsley 2015-10-31 18:17:32 -06:00
  • 5ba1ec0d3b More concise change detection Tanner Linsley 2015-10-31 18:17:06 -06:00
  • 8398d26d10 Remove Tooltip opacity from core-controller Tanner Linsley 2015-10-31 18:16:35 -06:00
  • fa33f3158e Don't kill lastActives on chart hover exit Tanner Linsley 2015-10-31 18:15:58 -06:00
  • 0fa03fad24 Handle opacity in the tooltip update method Tanner Linsley 2015-10-31 18:14:56 -06:00
  • 91bacf8e51 Commit Built Files Tanner Linsley 2015-10-31 16:40:23 -06:00
  • a848142274 Merge pull request #1597 from nnnick/fix-custom-tooltips Evert Timberg 2015-10-31 18:16:08 -04:00
  • be50c63e72 commas to pass jshint Tanner Linsley 2015-10-31 16:09:11 -06:00
  • 0494d551b6 Custom Tooltip example now works with the basics Tanner Linsley 2015-10-31 16:08:55 -06:00
  • ecf5801787 call the custom callback in tooltip options Tanner Linsley 2015-10-31 16:07:57 -06:00
  • 753fd79bf3 Call tooltip update even when tooltip has no active elements Tanner Linsley 2015-10-31 16:07:36 -06:00