Commit Graph

1190 Commits

Author SHA1 Message Date
David Long
f268640571 Added CSS copy and minification 2013-10-16 13:42:10 -04:00
David Long
227437dd9e Update bower.json 2013-10-16 13:26:47 -04:00
David Long
f202da6f5e Update bower.json 2013-10-16 13:25:54 -04:00
David Long
4846c6beb8 Update bower.json 2013-10-04 09:00:44 -04:00
Robin Hu
13d5dec998 Issue #263. Fixed bug in stackedArea where the data[i].values array was being set to undefined. 2013-10-03 13:47:49 -04:00
Robin Hu
194c4fc0a1 Merge branch 'fix-dereferencing' of https://github.com/Marsup/nvd3 into master-263 2013-10-03 13:40:52 -04:00
Robin Hu
d2751d839e Merge branch 'master' of https://github.com/novus/nvd3
Conflicts:
	bower.json
2013-09-27 15:44:25 -04:00
Robin Hu
03441be565 Issue #287. Fixed JSON format for bower.json. 2013-09-27 15:42:41 -04:00
Robin Hu
70be1f7d70 Updating to version 1.1.13 2013-09-27 15:35:28 -04:00
Robin Hu
2ae2f2ceb7 stackedArea: renamed dataRaw 2013-09-27 15:32:46 -04:00
Robin Hu
eabd6fa706 Merge branch 'development' of https://github.com/novus/nvd3 into development 2013-09-27 15:16:50 -04:00
Robin Hu
c8483fb8da stackedAreaChart: Added a new stack offset mode, called 'stack_percent'. It behaves like 'expanded' mode, except the chart doesn't rescale to 100% when removing a series. 2013-09-27 15:16:06 -04:00
Tyler Wolf
59399a6967 quick fix to bower.json 2013-09-25 16:08:47 -04:00
Tyler Wolf
42f3f4c61f added bower.json to project 2013-09-25 16:08:02 -04:00
Tyler Wolf
47fabca15f reverted last change 2013-09-25 16:01:51 -04:00
Tyler Wolf
772492e5bf another update to bower.json 2013-09-25 15:59:13 -04:00
Tyler Wolf
906272fc23 updated bower.json to ignore unncessary folders 2013-09-25 15:57:15 -04:00
Tyler Wolf
5afa1e89dc added bower.json to project 2013-09-25 15:52:29 -04:00
Robin Hu
86f7081d53 Updated stacked area chart so that when in 'expanded' mode, the tooltip shows the percentage instead of raw value. 2013-09-25 10:50:09 -04:00
Robin Hu
f1a1b34e11 Changed core.js so that nv.utils checks for existing utils object. 2013-09-24 09:57:58 -04:00
Robin Hu
ebd429e1e2 Adding opacity to the tooltip border-top/bottom highlight. 2013-09-10 14:03:31 -04:00
Marsup
230f4527a2 Keep same references on data 2013-09-10 17:33:29 +02:00
Robin Hu
1488afcc41 Rebuilding nv.d3.js. Updating nearestValueIndex function to use <= function when doing comparison 2013-09-09 15:24:57 -04:00
Robin Hu
02ca4d7238 Merge remote-tracking branch 'origin/master' into development 2013-09-09 15:06:57 -04:00
Robin Hu
550e060238 Fixed typo in cumulativeLineChart rescaleY() method. 2013-09-08 11:22:42 -04:00
Robin Hu
bc7fa9a984 Merge branch 'master' into development 2013-09-07 00:03:34 -04:00
Robin Hu
8d81c2c63d Merge branch 'rb/expose_stacked_offset' of https://github.com/rustybailey/nvd3 2013-09-07 00:03:13 -04:00
Robin Hu
85131c19ab Merge branch 'rb/expose_stacked_offset' of https://github.com/rustybailey/nvd3 into development 2013-09-07 00:01:46 -04:00
Robin Hu
0497069de8 Merge branch 'master' into development 2013-09-06 23:58:57 -04:00
Robin Hu
b87a42f884 Merge branch 'fix-dereferencing' of https://github.com/Marsup/nvd3 into master-issue240 2013-09-06 23:56:41 -04:00
Robin Hu
59e338a6f6 Merge remote-tracking branch 'origin/master' into development 2013-09-06 23:54:21 -04:00
Robin Hu
5bfae9db41 Merge pull request #257 from JustinTArthur/remove-unused-global-singlePoint-var-assignments
Remove singlePoint variable that is assigned but not used in bar models.
2013-09-06 20:53:34 -07:00
Robin Hu
ef96592694 Updating tooltip highlight so that the item will only highlight if the
mouse is really close to the chart point. Created a "nearestValueIndex"
function.
2013-09-06 23:31:54 -04:00
Robin Hu
96840219ee Updating tooltip content generator to use d3 select instead of manually concating strings. 2013-09-06 10:18:32 -04:00
Justin Turner Arthur
9fa0b63686 Remove setup of singlePoint variable that is not used in some of the bar models.
Additionally, this variable was being assigned as a property on the global object (`window` in browsers) instead of being declared locally with a `var` statement.
2013-09-05 22:02:55 -05:00
Robin Hu
3974ce1693 Bumping to v 1.1.11, due to changes in the tooltip. 2013-09-04 09:26:15 -04:00
Robin Hu
8c43e72bbe Added feature where tooltips will highlight the row corresponding to the point your mouse is closest to. 2013-09-03 17:04:49 -04:00
Robin Hu
07899e2654 Updating tooltip.js to accept a "footer" element. 2013-09-03 12:39:20 -04:00
Robin Hu
0e116c6b56 Adding interactive Guideline layer double click dispatch event. 2013-09-03 10:28:26 -04:00
Robin Hu
f71c9d25ea Merge remote-tracking branch 'origin/development' into development 2013-09-03 08:49:37 -04:00
frank shao
685ab6219d Passing point index to interactive layer 2013-08-30 09:51:26 -04:00
Robin Hu
3b83d8380a A bug on FireFox creates a situation where an <svg> element has a boundingRect.top of -180000 (or some really big number). Added some defensive code in tooltip.js to prevent the tooltip from being positioned at the very bottom. 2013-08-29 18:05:17 -04:00
Robin Hu
9315679dc7 Adding axisLabelDistance property to axis.js 2013-08-27 21:02:57 -04:00
Marsup
a2e78e1a72 Keep same reference on data and values for scatter 2013-08-27 18:45:28 +02:00
Robin Hu
c6c00d4a34 Rebuilding nv.d3.js, version 1.1.10 2013-08-26 08:55:16 -04:00
Robin Hu
bf76cf8b69 Updating README, preparing for release.
* Got rid of the Novus apology link.  It's long in the past and time to
move on.
* Updated browser support to mention WebKit being preferred.
2013-08-25 22:20:37 -04:00
Robin Hu
06fc5c5ae6 Updating README message with stronger emphasis that pie charts will break when updating to 1.1 2013-08-25 17:50:32 -04:00
Robin Hu
e2034e7aad Updating examples/index.html to remove "*.html" and capitalize each item in the list. 2013-08-25 17:08:52 -04:00
Robin Hu
b072322514 Adding multiBarChartTest.html test page 2013-08-25 17:02:30 -04:00
Robin Hu
9fde60f5ff Updating README with some more notes. 2013-08-25 13:12:26 -04:00