Commit Graph

204 Commits (69bb58402edc39b930e2f51d19bb10452bdbabc1)

Author SHA1 Message Date
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
Guilherme Simoes a75a11e179 Give name to magic number 2015-03-04 13:55:05 +00:00
Guilherme Simoes 6ee4453a2d Allow increasing the space between legend entries
This is achieved by allowing the attributes `horizontalPadding` and
`verticalPadding` to be overridden.
2015-03-04 13:55:04 +00:00
younesben 0e3d27c8cf bug fix in _createClass method
a call method 'toString' of null may arise when some value of
stringArray is null.
2015-02-05 06:00:52 +01:00
johnkiernander c1a884e327 Fix the automatic shape ids to clean syntax 2015-01-02 21:00:16 +00:00
johnkiernander 202831230d Fix Line Marker Z-Order
Previously all lines were drawn, then all marker backs, then all
markers, so markers were on top of all lines, now they are correctly
coupled with their lines.
2015-01-02 20:37:19 +00:00
johnkiernander 01cffc9aaa Fix Line Marker Backs 2014-12-17 01:13:21 +00:00
johnkiernander ac91f9f421 Update build 2014-12-16 14:44:28 +00:00
johnkiernander f06e326968 Fix axis classing issues 2014-12-16 14:43:38 +00:00
johnkiernander ce6c662820 Dont set Opacity with noFormats=true 2014-12-16 14:25:59 +00:00
johnkiernander d9548f757f Version Update 2.1.2 2014-12-16 01:58:49 +00:00
johnkiernander 5655289b9d Complete Custom Class Handling 2014-12-16 01:56:57 +00:00
johnkiernander 5a6388ec6b Merge branch 'master' of https://github.com/PMSI-AlignAlytics/dimple 2014-12-15 20:41:25 +00:00
johnkiernander 47837b05a0 Added .latest to the build 2014-12-15 20:41:14 +00:00
johnkiernander de75f386e6 Added Custom Classing 2014-12-15 20:40:49 +00:00
John Kiernander 73675b6437 Merge pull request #137 from rebaselabs/support/noFormats
Two instances of `noFormats` fixed
2014-12-15 20:00:57 +00:00
Alex Kessaris 53b80a5abd dist updated 2014-12-15 14:47:25 -05:00
Alex Kessaris 3fa256b680 Two instances of `noFormats` fixed 2014-12-15 14:32:39 -05:00
Alex Kessaris 9d1d50798a Two instances of `noFormats` fixed 2014-12-15 14:00:04 -05:00
John Kiernander 2718be6f83 Merge pull request #125 from ses4j/master
Use tick step to calculate a smarter _getFormat when values are small.
2014-12-15 16:31:40 +00:00
John Kiernander 43de4cce54 Merge pull request #96 from ne8il/opacity-cha
Handle opacity change on line chart redraw
2014-12-15 16:30:05 +00:00
Scott Stafford a89d33176e Use tick step to calculate a smarter _getFormat when values are small.
Thanks to flot library for algorithm (https://github.com/flot/flot/blob/master/jquery.flot.js#L1696)

Closes #124.
2014-11-03 12:54:24 -05:00
johnkiernander ecadee96df Fix div by zero error 2014-09-16 11:49:20 +01:00
johnkiernander a8d3266a1e Fix Issue #101 caused by empty data arrays 2014-09-16 11:39:59 +01:00
Neil Ahrendt 200a7baae9 Handle opacity change on line chart redraw 2014-08-12 11:34:04 -04:00
johnkiernander df30d31e94 Update the example bounds 2014-08-04 14:54:40 +01:00
johnkiernander ecd74aac2d Custom Styling Example 2014-08-04 13:19:26 +01:00
johnkiernander dd7009ef20 Remove Pre-Release Versions 2014-07-24 11:00:28 +01:00
johnkiernander 9cbe615e6e Fix bug with null series 2014-07-23 20:33:49 +01:00
johnkiernander ec96075ea9 Version Change 2.1 2014-07-23 20:15:14 +01:00
johnkiernander 55c2313e88 Loads of Examples 2014-07-23 20:10:27 +01:00
johnkiernander f71bba3d26 Removed transition from legend and story label 2014-07-23 09:08:38 +01:00
johnkiernander 95e4a32ecb Multiple Pie Chart Changes 2014-07-23 08:41:12 +01:00
johnkiernander b6f22e80f0 Pie Charts 2014-07-16 20:04:47 +01:00
johnkiernander 8dff376ed9 Fix Issue #79 caused by rounded pixel values 2014-07-14 01:27:54 +01:00
johnkiernander 5601c0370a Fix Event Handlers on Lines/Areas 2014-07-12 01:39:38 +01:00
johnkiernander 3e6407a81f Fix ordering for arrays containing zero 2014-07-12 01:19:05 +01:00
johnkiernander f4ae0a014a Patched Order Rules 2014-07-09 21:02:34 +01:00
John Kiernander 660ba1d868 Merge pull request #81 from stephen-james/amd-requirejs
Dimple support for AMD RequireJS
2014-05-29 14:44:28 +01:00
Stephen James 7c5f3f07c6 Lint aware of Jasmine x-clusions, marking old failing specs with 'x' 2014-05-29 13:41:39 +01:00
Stephen James 0b8515a9a7 AMD support added to tests with RequireJS. Spec added for testing using Dimple with RequireJS 2014-05-29 12:45:29 +01:00
Stephen James 55e40bbf80 adding support for AMD, updating to latest version of d3, example templates modified to allow for dynamic versioning and script inclusion via Gruntfile 2014-05-22 14:37:21 +01:00