Commit Graph

1222 Commits (d51729c49be84added7201248b163c8376f04042)
 

Author SHA1 Message Date
Robin Hu dd718105c8 In historicalBar, changin d3.transition() to bars.transition(). 11 years ago
Robin Hu b53101de01 Rebuilding nv.d3.js 11 years ago
Robin Hu 01db0e9751 Merge branch 'development' of https://github.com/novus/nvd3 into development 11 years ago
Robin Hu 535993aa7c Adding real time bar chart test example. Updating historicalBar.js
to add a data key function for each bar <rect>.
Added transition to historicalBarChart.update, just like lineChart.
11 years ago
Robin Hu 2cf5b63c91 The whole concept of specifying a pie.values() function is
not consistent with other charts.  For all pie charts,
the developer needs to make sure to just pass in an array of key-value
pairs.  Nothing more.  The example of nvd3.org is not the proper way of
passing data into pie charts.

Removing pie.values() functionality and putting console error message.
Updated examples. For issue #98, #162, #106
11 years ago
Robin Hu e891716b11 Adding various pieChart tests. 11 years ago
Robin Hu 5af04cb857 Fixing NVD3 issue #98, 'Object #<Object> has no method 'map' on pieChart'.
Updating pieChart examples, so that [testData] becomes testData (no extra
array brackets needed).

Also adding pieChart test page.
11 years ago
Robin Hu a552f5aa28 Added ability to double-click pie chart series
and have it be the only one selected.
11 years ago
Robin Hu 5d7570bbed Merge branch 'group_spacing' of https://github.com/dimagi/nvd3 into master-patched 11 years ago
Robin Hu 8d316048ff Removing the nvd3 development branch note from the header as it was too big. 11 years ago
Robin Hu 525f9365ce Updated README to reflect fact that version 1.0.0-beta is in fact in the development branch. 11 years ago
Robin Hu de8380e144 Merge pull request #202 from kot-behemoth/patch-1
Readme formatting fixes
11 years ago
Robin Hu 2ed8169fcf Merge branch 'master' of https://github.com/luizlaydner/nvd3 into master-patched 11 years ago
Robin Hu 9d6f842f71 Merge branch 'fix-indent' of https://github.com/areski/nvd3 into development 11 years ago
Robin Hu 60e2f85b84 As part of merging pull request #186, removing bulletChartWithLabels.html
and merging the example into bulletChart.html.
11 years ago
Robin Hu 9c0eb46f4a Merge branch 'development' of https://github.com/Alric/nvd3 into development-bulletchart 11 years ago
Robin Hu c51ccd122f Merge branch 'patch-1' of https://github.com/tubaxenor/nvd3 into master-patched 11 years ago
Robin Hu def5fa3cd2 Merge branch 'textanchor_style' of https://github.com/dimagi/nvd3 into master-patched 11 years ago
Robin Hu 71c14ad24d Merge branch 'master' of https://github.com/fskreuz/nvd3 into master-patched 11 years ago
Robin Hu 44ec8ab87a Fixing issue in interactiveGuideline, where mouseOut dispatch
should be fired when the user mouses out of the <svg> container,
and into a non-svg element.
11 years ago
Gregory Goltsov 1747495cd9 Readme formatting fixes 11 years ago
Jacob Quant 9cac28a26a Added type check for console.log to prevent IE8+modernizr issues 11 years ago
Robin Hu 799b06254c To make the interactive layer work on Chrome, need
to put a transparent <rect> behind every chart.
11 years ago
Robin Hu cbd8614d97 Rebuilding nv.d3.js 11 years ago
Robin Hu 7f71b66b0c Overhauling the logic for creating an interactive layer.
Basically, the <svg> container will now process all mousemove
events. This allows stackedAreaChart and CumulativeLineChart to
maintain some other forms of interaction.
11 years ago
Robin Hu 4abc8906a3 Merge branch 'development' of https://github.com/novus/nvd3 into development 11 years ago
Robin Hu e182e081bf Major change to interactiveLayer.js. Instead of creating
a svg <rect> element to process mousemove events, we are
attaching the mousemove event to the bounding <svg> container.
This allows stackedAreaChart to maintain some previous interactivity.
11 years ago
frank shao 058503a0be Merge branch 'development' of https://github.com/novus/nvd3 into development 11 years ago
frank shao 147168ca9b Lighten bullet shading 11 years ago
Tyler Wolf 6b86e1d218 Merge branch 'development' of https://github.com/novus/nvd3 into development 11 years ago
Tyler Wolf c017c9443c udpated indented tree to have links instead of handling click events 11 years ago
Robin Hu 579a9b1cf1 Rebuilding nv.d3.js 11 years ago
fskreuz 0331d2e650 Use style text-anchor to properly rotate ticks. 11 years ago
Tyler Wolf e545d547de update to tooltip positioning 11 years ago
Tyler Wolf e918466d57 Merge branch 'development' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
11 years ago
Tyler Wolf e4b46f3c81 added case 'none' to tooltip code 11 years ago
Simon Kelly 0e6b742dab use style text-anchor vs attribute to maintain consistency with d3: https://github.com/mbostock/d3/blob/master/src/svg/axis.js#L69 11 years ago
Robin Hu 3fc286a3aa Adding try/catch block around getComputedtextLength.
Adding white-space:nowrap to nvtooltip.
11 years ago
Al Tenhundfeld 88fed7306d Change bullet labels check to be more idiomatic JS. 11 years ago
Robin Hu 738a94f634 Increased tooltip transition speed. 11 years ago
Robin Hu 2725a44021 Adding with-3d-shadow style. This style class adds rounded corners and box shadow. 11 years ago
Robin Hu c801cf2733 Putting back chart.container=this, in scatterChart.js.
A third party function we are using was referencing this property.
11 years ago
Al Tenhundfeld 3b7217b928 Add ability to provide custom labels to bullet chart. 11 years ago
Robin Hu 688518f7f1 Merge branch 'development' of https://github.com/novus/nvd3 into development 11 years ago
tubaxenor b1a7d2211c add brushExtent to chart to enable the ability to set default focus range.
There is a brushExtent when init, so I guess maybe you guys just forgot to put the public function available.
11 years ago
Robin Hu 9227616db2 Adding new test page for Scatter chart (and scatter plus line). 11 years ago
Robin Hu 5f5c298ec7 Fixing line chart with SVG resize tooltip issues. 11 years ago
Robin Hu 94efcbad66 Brought back old tooltip transitions and box shadow...
but only if you supply the 'with-transitions' CSS class.

Also changed the nv-point.hover dot to a smaller, darker stroke.
11 years ago
Robin Hu 1621b83e7a Cleaning up code in interactiveLayer -> mousemove, regarding
the IE 10 hack. It turns out that d3.event.offsetX/Y contains
the relative mouse coordinates needed. Using those instead.
11 years ago
Robin Hu 493160f13b Rebuilding nv.d3.js 11 years ago