Commit Graph

139 Commits (1b1b8231c9fce5ff86d39c81aa8bf1f5f1b7a706)

Author SHA1 Message Date
John Kiernander 38d7fded83 Extended David's idea to cover unlinked datasets 2014-01-28 11:51:14 +00:00
DAVID ZHAO bccd31e431 allow multiple different series
Allowing multiple different series to attach to the same series upon construct the data.
2014-01-27 10:35:13 -08:00
John Kiernander 87082533b5 Added tests to lint and cleaned existing 2014-01-22 00:01:41 +00:00
John Kiernander 2e3a06aeb3 Merge pull request #42 from hxu/karma
Setup Karma testing framework
2014-01-20 02:00:03 -08:00
Han Xu 632cab6190 Remove qunit 2014-01-19 21:41:31 +08:00
Han Xu 11ad2c4f9f Convert qunit tests to karma/jasmine 2014-01-19 21:39:01 +08:00
Han Xu 335d5b9fc3 Set up karma test runner 2014-01-19 20:53:29 +08:00
John Kiernander 600816303f Composite Axes 2014-01-02 09:09:43 +00:00
John Kiernander 793446c795 Update to 1.1.3 2013-12-16 10:31:34 +00:00
John Kiernander 61119bbe17 Fixed potential limitation in pull request #27
Not a bug but possibly a limitation for certain date formats.
2013-11-22 22:28:47 +00:00
John Kiernander 5cb73e7fd4 Merge pull request #27 from dule/master
Support time series data represented in epoch time
2013-11-22 14:22:39 -08:00
Dan Le ab7cef6833 Support time series data represented in epoch time 2013-11-22 15:42:45 -05:00
John Kiernander d3ae295c1d Fixed Issue #19 - Drop Lines 2013-11-08 23:01:52 +00:00
John Kiernander 1f29fff591 Added ability to use arrayed margin sizes
This means that you can specify for example a left margin as "10px,20%"
so that the size will be calculated as 20% of SVG width + 10.  This is
very useful for resizable trellis charts.
2013-11-08 13:40:25 +00:00
John Kiernander ba76575b7e Fixed erroneous Z title for Chrome v30 2013-10-02 11:03:02 +01:00
John Kiernander 8c8397def3 Fixed Selections for Chrome v30
Version 1.1.1
2013-10-02 10:47:50 +01:00
John Kiernander b4376b56da Hidden Title Fix 2013-09-13 14:20:15 +01:00
John Kiernander f139e7b5c7 Browser Compatibility Fixes 2013-09-13 14:05:44 +01:00
John Kiernander 3bb87181d7 Update Example Display Settings 2013-09-13 10:58:19 +01:00
John Kiernander aaa6ff19ab Added New Responsive Size Demo 2013-09-13 01:53:58 +01:00
John Kiernander d812bdff30 Fixed Axis Titles When Resizing 2013-09-13 01:53:36 +01:00
John Kiernander 3f15b287ca Update Grunt Header 2013-09-12 10:53:11 +01:00
John Kiernander 9919fa4e78 Updated Gruntfile and rerun 2013-09-12 10:45:02 +01:00
John Kiernander 3a834db496 Add past releases to dist 2013-09-12 10:30:25 +01:00
John Kiernander 4e6e2ce193 Fix legend coordinates 2013-09-12 10:24:15 +01:00
John Kiernander 727ec7712e Automatic Propagation of Version 2013-09-11 19:06:40 +01:00
John Kiernander 213a120557 Add Responsive Positioning Support 2013-09-11 08:22:23 +01:00
John Kiernander 04a81a85ef Allow null/undefined co-ords in legend
v1.01 - Some external code had been written with required parameters
missing from addLegend.  This fix is to allow these charts to continue
to work.
2013-09-05 15:21:55 +01:00
John Kiernander bc6abe6c87 Allow % values to be used for positions 2013-09-04 19:13:48 +01:00
John Kiernander 8e629a5e07 Altered default min and max
changed default to base ^ -1 instead of hard coded 0.1
2013-09-04 19:12:16 +01:00
John Kiernander 1ea47c8dfa Fixed for negative axes 2013-09-04 13:41:42 +01:00
John Kiernander a5fe61d217 Remove a line of test code 2013-09-03 12:35:09 +01:00
John Kiernander 2aafb714b3 Adjusted initial log changes to deal with bars
Outstanding:
Negative Axes not rendering
Crossed Axes not rendering
Haven't Tested 2nd X and Y, Color or Z Axis Logs.
2013-09-03 12:29:48 +01:00
John Kiernander c0f32ce4df Merge master 2013-09-03 09:24:25 +01:00
John Kiernander 6380109ce8 Fixed Issue #10 - Hidden Axis w/tooltip 2013-09-02 20:38:39 +01:00
Keith Buchanan cdc6651d11 Added logAxis to Bubble charts. 2013-08-30 10:58:36 -04:00
Keith Buchanan 3f6c549b51 Adding logAxis to line charts (positive or negative range) 2013-08-30 10:05:45 -04:00
John Kiernander d1490a63b7 Fixed Axis Labels 2013-08-29 11:20:34 +01:00
John Kiernander 6c0d6ecbc4 Simplified Mekko Axis 2013-08-27 11:59:26 +01:00
John Kiernander 503396e951 Fix Tooltip 2013-08-16 16:01:55 +01:00
John Kiernander 2eead4a89a Fix Tooltip 2013-08-16 15:50:00 +01:00
John Kiernander f53886ca11 Update Dist 2013-08-16 15:29:56 +01:00
John Kiernander 589be1bd57 Fix Tooltip for Area Charts 2013-08-16 15:27:08 +01:00
John Kiernander d4946b27e2 New Examples 2013-08-13 21:42:33 +01:00
John Kiernander 33822e8b55 Add interactive legend example 2013-07-25 14:09:27 +01:00
John Kiernander ab5d5767ed Fixed Storyboard Performance
The _getSeriesData() method was persisting an order rule addition, which
should have been applied to the local collection.  This caused the array
to grow out of control over several iterations of the storyboard.
2013-07-24 08:58:29 +01:00
John Kiernander dfb83a3f0c Fix superfluous periods on time axis 2013-07-12 17:42:38 +01:00
John Kiernander 2cc17515dc Fix tooltip removal 2013-07-12 09:39:12 +01:00
John Kiernander b85f0ad894 Add New Examples 2013-07-05 09:49:53 +01:00
John Kiernander 576a2585e4 Added Time Axis 2013-07-04 00:38:06 +01:00