Commit Graph

100 Commits (505e96bf35b153305220a2037d8fb581a5e15f7c)

Author SHA1 Message Date
John Kiernander 505e96bf35 Remove non-release code from bars example 2014-03-10 17:46:06 +00:00
John Kiernander 65c168d744 Tweaks for display 2014-02-28 15:19:14 +00:00
John Kiernander 5f1540cf0f New Change Bubble Example 2014-02-28 15:00:28 +00:00
John Kiernander 81a0f2c465 Recovered storyboard example 2014-02-14 10:10:16 +00:00
John Kiernander 01db7e5c30 Version change for pull request #49 2014-02-14 09:44:10 +00:00
John Kiernander 2917511666 Merge pull request #49 from vintasoftware/tooltip-position
Tooltip fixes
2014-02-14 09:26:01 +00:00
Flávio Juvenal 9ff9e64237 Don't draw tooltips with negative X and using .getBBox to get SVG width/height 2014-02-13 17:25:27 -03:00
John Kiernander a353e5894d Updated Readme to link to dimplejs.org 2014-01-28 17:57:36 +00:00
John Kiernander e98bff3387 added example to master 2014-01-28 16:52:07 +00:00
John Kiernander 1bcfcb9682 Updates to Chart Drawing
Fixes #4 #15 #28 #40
2014-01-28 15:23:20 +00:00
John Kiernander b90908bb33 Merge pull request #46 from PMSI-AlignAlytics/pr/45
Extended David's idea to cover unlinked datasets
2014-01-28 03:59:20 -08:00
John Kiernander 8c68517b34 Merge pull request #45 from davidzhaozz/patch-1
allow multiple different series
2014-01-28 03:58:11 -08:00
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 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