Robin Hu
8319fe5796
Merge branch 'development-hashedargs' into development
2013-08-25 09:08:20 -04:00
Robin Hu
c13606db14
Updating historicalBar to update attr(transform) on enter.
2013-08-25 09:07:55 -04:00
Robin Hu
91f7a8631f
Adding optionsFunc to all charts.
2013-08-24 22:27:13 -04:00
Robin Hu
0edc568ad0
Checking in a solution to making it possible to use
...
chart.options({}). Instead of chaining properties,
you can pass chart properties in a hash.
Adding a optionsFunc template to utils.js, so it can reused in all chart
code.
2013-08-24 22:10:49 -04:00
Robin Hu
ce180645d1
Merge branch 'master-patched' into development-patched
...
Conflicts:
nv.d3.min.js
src/models/multiBarChart.js
2013-08-24 19:18:17 -04:00
Robin Hu
843577aff8
Fixing transition issues with lineWithFocusChart. Added transitionDuration
...
property, defaulted to 250
2013-08-24 18:37:47 -04:00
Robin Hu
804cb72738
Readded the fix for multiBar data enter key.
2013-08-24 11:59:07 -04:00
Robin Hu
ad1a18d761
Fixing transition issues with linePlusBarWithFocusChart.
2013-08-24 11:22:02 -04:00
Robin Hu
6244f27d0e
Removing 'singlePoint' undefined variable in historicalBar.js
2013-08-24 11:10:06 -04:00
Robin Hu
5e78ec57c3
Fixing a bug related to transitions and delays with mutliBar.
2013-08-24 11:06:25 -04:00
Robin Hu
32f69f5377
Fixed stackedArea chart transitionDuration.
2013-08-24 10:50:51 -04:00
Robin Hu
f286b1b4e9
Fixing scatterChart transitionDuration property.
2013-08-24 10:43:06 -04:00
Robin Hu
1e8109a9d1
Small update to README. Updating GruntFile to include new js files.
...
Bumping to version 1.1.10 due to latest transitionDuration changes.
2013-08-23 23:44:38 -04:00
Robin Hu
46f0f215ac
Fixed multibarHorizontal chart transitionDuration
2013-08-23 23:36:16 -04:00
Robin Hu
aaf46a48ff
Updated multiBar enter() data to use key equal to the data index.
2013-08-23 23:31:18 -04:00
Robin Hu
3e78184006
Fixed multibar transitions. Removed the bar.transition.delay. It was
...
annoying.
2013-08-23 23:28:47 -04:00
Robin Hu
13e7d4c688
Updating historicalBar chart transitionDuration.
2013-08-23 23:19:43 -04:00
Robin Hu
acef1926f0
Fixing up transitions on discreteBar chart.
2013-08-23 22:58:11 -04:00
Robin Hu
9a9e34bb30
Updating cumulativeLineChart to use transitionDuration differently.
2013-08-23 22:50:08 -04:00
Robin Hu
7adc37f1f8
Removed transitionDuration from line.js and axis.js, and modified
...
lineChart.js to pass transition in via inheritance.
2013-08-23 22:44:57 -04:00
Robin Hu
1a86e271c1
The <rect> inside lineChart and stackedAreaChart needs to have its
...
width/height updated on redraw, so the new tooltips can be interacted
with.
2013-08-23 19:58:22 -04:00
Robin Hu
42c155eb1b
Merge remote-tracking branch 'origin/development' into development
2013-08-23 15:12:45 -04:00
Robin Hu
3c5990d815
Issue #226 . Changing multibarHorizontalBar nv-group to use index as key when entering.
2013-08-23 15:11:50 -04:00
Tyler Wolf
e7782c1a08
another fixed to controls on stackedareachart
2013-08-22 14:21:18 -04:00
Tyler Wolf
cfc706bfa9
fix to previous fix
2013-08-22 12:57:19 -04:00
Robin Hu
caa6b56c73
Merge branch 'group_spacing' of https://github.com/dimagi/nvd3 into development
...
Conflicts:
src/models/multiBar.js
2013-08-20 16:28:59 -04:00
Robin Hu
f63cd1b732
Merge remote-tracking branch 'origin/development' into development
...
Conflicts:
nv.d3.min.js
2013-08-20 16:26:32 -04:00
Tyler Wolf
3bda8b90f2
added classing to links in indentedTree
2013-08-20 10:48:54 -04:00
Robin Hu
4ea8115a6a
Fixing issue in multibarChart where the axisLabel was being
...
rotated along with the xAxis tick labels, when rotateLabels
was set.
2013-08-18 22:42:59 -04:00
Robin Hu
b102af9edd
Removed a line from multibar chart that was referencing undefined variable
...
'singlePoint'.
2013-08-17 20:34:45 -04:00
Robin Hu
8c6b6eb643
Removed a line from multibar chart that was referencing undefined variable
...
'singlePoint'.
2013-08-17 16:56:04 -04:00
Robin Hu
7d5a3ac209
Adding transitionDuration to axis showMaxMin.
2013-08-16 16:45:32 -04:00
Robin Hu
6f6a472ed1
Removing transition() chaining in multibar.
2013-08-16 16:39:23 -04:00
Robin Hu
58d60f9cb5
Added back the transitionDuration property to nv.models.axis. Added transitionDuration to historicalBar.
2013-08-16 16:28:58 -04:00
Robin Hu
e2ef9489da
Added transitionDuration to multiBarHorizontal. Bumped version to 1.1.9b
2013-08-16 16:14:15 -04:00
Robin Hu
30d8637356
Adding a "Select chart" button to each of the test charts.
...
Clicking this button will hide other charts and only display the selected
one.
2013-08-14 23:03:29 -04:00
Robin Hu
c2cc7772d1
Added nv-legend-* class to legend text and circle icon.
...
Fixing some IE bugs related to the tooltip.
2013-08-14 22:25:28 -04:00
Robin Hu
8b4a0b6cd9
Updating line chart test to include a volatile dummy stock chart
...
as test data.
2013-08-14 21:45:48 -04:00
Robin Hu
eb117f90d9
Bumping to version 1.1.8b, because of removal of transitionDuration usage from axis.
2013-08-14 17:08:43 -04:00
Robin Hu
17a21cc0f4
Found an issue when using transition().duration() with axis.
...
It was causing a certain kind of 'flickering' with historicalBars. Removing that usage for now.
2013-08-14 17:06:44 -04:00
Tyler Wolf
c0db335539
Merge branch 'development' of https://github.com/novus/nvd3 into development
...
Conflicts:
nv.d3.min.js
2013-08-14 14:49:48 -04:00
Tyler Wolf
8099796792
changes to tooltip. removed 3d shadow
2013-08-14 14:46:40 -04:00
Robin Hu
6ff087584d
Bumping to version 1.1.7b, due to removal of with-3d-shadow from tooltips.
...
Updating all example charts to include with-3d-shadow.
2013-08-14 12:00:15 -04:00
Robin Hu
c2b32f2909
Removing with-3d-shadow from tooltips by default. Need to add it manually back.
...
Updating .with-3d-shadow CSS rule to include nvtooltip.
Updated lineChart example.
2013-08-14 11:56:06 -04:00
Robin Hu
7b24a9c2f6
Bumping to version 1.1.6b, due to change in scatter.js jitter hack. This can affect many charts.
2013-08-14 10:11:29 -04:00
Robin Hu
9f2280bee7
Fixing issue #219 . Moving the jitter logic to after the scatter point's scale
...
has been determined.
Added line chart and scatter chart tests.
2013-08-14 09:09:31 -04:00
Tyler Wolf
aea9036ee2
Merge branch 'development' of https://github.com/novus/nvd3 into development
2013-08-13 14:31:36 -04:00
Robin Hu
0ead511d72
[cumulativeLineChart] Fixed bug where clicking on a point in the chart
...
would not move the index line.
2013-08-13 14:08:39 -04:00
Robin Hu
281f6cfbce
Fixed bug in tooltip.js, for situations where parentContainer is undefined.
...
Added tooltip.js script to pieChartTest.html
2013-08-13 09:28:23 -04:00
Robin Hu
16d0a843fc
[cumulativeLineChart] Fixing chart so that dragging index line turns off chart transitions.
2013-08-13 09:02:55 -04:00