Commit Graph

245 Commits (master)

Author SHA1 Message Date
Vitaliy Filippov 1a32f3e8d6 Support tickFormat callback 2016-05-08 19:40:08 +03:00
John Kiernander dbf65501fb Fixed adhoc charts 2016-03-23 15:20:44 +00:00
John Kiernander 7d5cf26b65 Reverted inadvertant changes to past versions 2016-03-23 14:31:08 +00:00
John Kiernander 78c940f113 Merge branch 'jjimenez-bug_fix_NaN_pie_segments' 2016-03-23 13:26:27 +00:00
John Kiernander b329561cc5 isolated change 2016-03-23 13:25:25 +00:00
John Kiernander 951c4023c6 Building version after merging 2016-03-23 13:11:55 +00:00
John Kiernander 20d9960223 Merge branch 'laxgeek-patch-4' 2016-03-23 13:08:26 +00:00
John Kiernander b03591af98 Merge branch 'patch-4' of https://github.com/laxgeek/dimple into laxgeek-patch-4 2016-03-23 13:08:11 +00:00
John Kiernander ab4dea320c Merge branch 'laxgeek-patch-3' 2016-03-23 13:05:29 +00:00
John Kiernander 284fae6be5 Merge branch 'patch-3' of https://github.com/laxgeek/dimple into laxgeek-patch-3 2016-03-23 13:01:39 +00:00
John Kiernander 76e5921620 Updated version 2016-03-23 12:53:56 +00:00
John Kiernander df68494024 Merge branch 'jjimenez-series_svg_group' 2016-03-23 12:48:44 +00:00
laxgeek 18bc6ce6b3 Update _parentWidth.js
The firefox issue (https://bugzilla.mozilla.org/show_bug.cgi?id=649285) was closed as invalid.
Chrome is also deprecating offsetWidth and offsetHeight in April 2016.
parent.getBoundingClientRect().width is a more explicit call to get the outer object width
2016-02-23 08:24:28 -07:00
laxgeek 2a08a7cffa Update _parentHeight.js
The firefox issue (https://bugzilla.mozilla.org/show_bug.cgi?id=649285) was closed as invalid.
Chrome is also deprecating offsetWidth and offsetHeight in April 2016.
parent.getBoundingClientRect().width is a more explicit call to get the outer object width
2016-02-23 08:22:42 -07:00
Jose Jimenez cdf8e3c1c0 move axis elements into their own group also. 2016-02-02 21:05:43 -06:00
Jose Jimenez 6e00a090fe move gridlines into their own group so they stay behind other chart elements. 2016-02-02 20:54:12 -06:00
Jose Jimenez c886590261 Merge branch 'master' into bug_fix_NaN_pie_segments
# Conflicts:
#	bower.json
#	dist/dimple.latest.min.js
#	dist/dimple.v2.1.6.min.js
2016-02-02 12:27:29 -06:00
Jose Jimenez c388d5bdbe Merge pull request #1 from jjimenez/series_svg_group
Series svg group
2016-02-02 12:18:37 -06:00
Jose Jimenez 67bc3a57b5 update to eliminate NaN pie segment errors 2016-02-02 12:09:02 -06:00
Jose Jimenez 2135f516bc really fixing the main in bower.js
yeah, I messed up.  Shouldn't work in the same branch.
2016-02-01 13:12:31 -06:00
Jose Jimenez 9bbd67ec2d change bower to move to latest instead of 2.1.4
for working in my branch.
2016-02-01 13:08:28 -06:00
Jose Jimenez 8396a2b711 add g elements (groups) for each series added to a chart. Use in plots and with markers. 2016-01-29 21:12:43 -06:00
John Kiernander c3a10e5a2d Merge pull request #177 from bbirand/patch-1
Add `main` to `package.json` for webpack
2015-09-01 17:21:40 +01:00
John Kiernander 7094c77b97 Merge pull request #179 from rebaselabs/bug/circle_marker
Bug/circle marker
2015-09-01 17:18:57 +01:00
Ken Ip fd08ad739e Update dist 2015-09-01 12:16:07 -04:00
Ken Ip d4c0c691f2 Add custom class for additional circle marker for styling 2015-09-01 12:15:25 -04:00
sfrantsuzov 308c1a5049 Merge branch 'master' of https://github.com/PMSI-AlignAlytics/dimple 2015-08-28 11:38:15 +01:00
sfrantsuzov c2e89bff47 Added special case for proportional axes 2015-08-28 11:37:41 +01:00
Robert Stettner 40ce843be0 Fixed get data field return values 2015-08-24 10:05:13 +01:00
sfrantsuzov 37d94f51ec Rolled back erroneous commit: Fixed the bar width for proportional X axis. Removed draw from setMargin 2015-08-24 09:58:03 +01:00
Berk Birand 9078202d24 Add `main` to `package.json` for webpack
This way, we can `npm install` dimple, and use `require('dimple')` to pull it in webpack.
2015-08-20 12:12:57 -04:00
sfrantsuzov 449e09d5a2 Fixed the bar width for proportional X axis. Removed draw from setMargin 2015-08-17 12:18:11 +01:00
sfrantsuzov d99c6ea0cd Fixed area and line chart for single point 2015-07-29 11:16:59 +01:00
johnkiernander 47f5b07954 Update margin 2015-07-13 22:54:53 +01:00
johnkiernander a482c70581 Fixed Tooltips where noFormats = true 2015-07-13 22:42:20 +01:00
johnkiernander 300269d1ae Fixed Line Gradients 2015-07-13 22:41:50 +01:00
johnkiernander 9321a96acc Resize example 2015-07-13 18:14:45 +01:00
johnkiernander ca84ff1e00 New Example 2015-07-13 17:58:08 +01:00
johnkiernander 5041eaae5e Fixed critical bug with autorotate logic 2015-07-13 14:50:57 +01:00
johnkiernander 0aa4a24d00 Change package name to publish
dimple was already taken
2015-07-10 18:13:31 +01:00
johnkiernander 8520dbda9a Bump Version and Linting 2015-07-10 17:18:03 +01:00
John Kiernander 69bb58402e Merge pull request #168 from sajith/master
Fix issue #167 ("Examples are broken")
2015-07-10 17:00:21 +01:00
John Kiernander e9c25b1b4b Merge pull request #166 from rpaskowitz/auto-rotate-off
Allow disabling auto-rotation of axis labels
2015-07-10 16:59:36 +01:00
John Kiernander 05bdf0f65a Merge pull request #150 from guilhermesimoes/more-flexibility-in-legend-styling
Allow increasing the space between legend entries
2015-07-10 16:57:16 +01:00
John Kiernander 92c5069752 Merge pull request #144 from younesben/master
bug fix in _createClass method. Handling null values
2015-07-10 16:51:09 +01:00
Sajith Sasidharan c1a5ab6e17 Fix issue #167 ("Examples are broken")
Explicitly set document encoding to utf-8.  Also add "<!DOCTYPE html>"
tag and "<html>...</html>" for good measure.
2015-06-15 20:14:55 -04:00
Robert Paskowitz dde9f9cdf4 Adds a property, autoRotateLabel, and parameter to the axis constructor, which allows disabling the auto-rotation of axis labels.
This is done to allow manual rotation to arbitrary angles without having to worry about if the label may be auto rotated by dimple.

Default behavior is to maintain backwards compatibility and continue rotating.
2015-05-26 21:22:34 -07:00
johnkiernander 990dce0cb6 Further update to bower.json 2015-03-23 15:05:01 +00:00
johnkiernander dcdb909f3d Update bower.json 2015-03-23 13:50:15 +00:00
johnkiernander d810ce67c6 Update copyright information 2015-03-23 13:37:52 +00:00