Commit Graph

265 Commits

Author SHA1 Message Date
Robin Hu
646c54bf62 Fixing issue in legend.js I found while investigating
issue #171.  Turns out it's possible for a divide by zero
error to happen.
2013-08-07 22:02:03 -04:00
Robin Hu
19afd68f53 Adding transitionDuration option to stackedArea.
Adding transition to StackedAreaChart example.
2013-08-07 12:56:02 -04:00
Robin Hu
d31e83fd28 Increasing margins for linechart in example file. Issue #160 2013-08-07 10:20:25 -04:00
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
2013-08-03 23:38:31 -04:00
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.
2013-08-03 23:12:53 -04:00
Robin Hu
9d6f842f71 Merge branch 'fix-indent' of https://github.com/areski/nvd3 into development 2013-08-03 21:20:24 -04:00
Robin Hu
60e2f85b84 As part of merging pull request #186, removing bulletChartWithLabels.html
and merging the example into bulletChart.html.
2013-08-03 21:16:12 -04:00
Al Tenhundfeld
88fed7306d Change bullet labels check to be more idiomatic JS. 2013-07-16 11:26:30 -04:00
Al Tenhundfeld
3b7217b928 Add ability to provide custom labels to bullet chart. 2013-07-15 12:33:26 -04:00
Robin Hu
5f5c298ec7 Fixing line chart with SVG resize tooltip issues. 2013-07-12 23:35:10 -04:00
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.
2013-07-12 23:24:12 -04:00
Robin Hu
8608819e0d Cumulative line chart old tooltips working again.
Needed to modify pointer-events depending on whether
useInteractiveGuideline was set to true or false.
2013-07-10 22:31:36 -04:00
Areski Belaid
3cc8bec2c3 fix indent in example lineChart 2013-07-10 12:56:55 +02:00
Robin Hu
e1e9144e5f Updating lineChartSVGResize example to use interactive guideline.
Rebuilding nv.d3.js.
2013-07-08 11:25:58 -04:00
Robin Hu
79b196cb41 Added simple navigation links between lineChart, StackedAreaChart and
CumulativeChart test examples.
2013-07-06 14:58:50 -04:00
Robin Hu
3c6d1b65ee Added historicalBar.interactive. If set to false, tooltips/hoverovers don't work. 2013-07-06 11:25:29 -04:00
Robin Hu
8479f5fce1 Exposed 'highlightPoint' and 'clearHighlights' in historicalBar. 2013-07-06 11:12:19 -04:00
Robin Hu
cdb9ea83ab Integrated interactive guideline into stacked area charts. Updated the
stacked area example.
2013-07-04 23:04:58 -04:00
Robin Hu
d974556d05 Cleaned up interactive guideline dispatch code.
Integrated interactive guideline into cumulativeLineChart and updated
example.
2013-07-04 22:18:02 -04:00
Robin Hu
0b3ef24e0b Added test page for lineChart. Continued work on making the interactive line layer. 2013-07-03 13:43:32 -04:00
Robin Hu
dbe826943f Added interactiveLayer.js and integrated this utility into lineChart.js. 2013-07-03 10:33:48 -04:00
Robin Hu
4038a56c7a Added color legend square to the tooltip for each series. 2013-07-02 17:14:43 -04:00
Robin Hu
79fb28f088 Updated nv.models.tooltip to have a custom HTML content generator. The default is to put tooltip inside a <table> tag. 2013-07-02 15:25:04 -04:00
Robin Hu
c02705fc18 Created nv.models.tooltip in tooltip.js.
This new model encapsulates most of the tooltip functionality.
2013-07-02 14:37:54 -04:00
Robin Hu
683eb18ce1 Adding PNG image to show what a sample line chart looks like. For the WIKI documentation. 2013-06-21 15:50:03 -04:00
Robin Hu
319520513f Updated historical bar chart so that the xAxis.ticks property must be set by the user of the chart. Also changed is so that the y-axis has 0 transition. 2013-06-10 12:02:56 -04:00
Robin Hu
62edb49ab8 Added showXAxis and showYAxis feature to lineChart and historicalBarChart. 2013-06-07 17:07:00 -04:00
Robin Hu
7bf1091f41 Adding historical bar chart. 2013-06-07 16:34:57 -04:00
Tyler Wolf
a437d1ef0e Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
2013-05-31 09:48:48 -04:00
Robin Hu
8731046948 Issue #140. Added ability to stagger the x-axis labels on Multibar charts. 2013-05-22 14:54:31 -04:00
Tyler Wolf
bd0aab25ca lots of changes 2013-05-17 19:31:30 -04:00
Tyler Wolf
a6c18a730a almost there 2013-05-17 16:48:52 -04:00
twolfnovus
8b4d0250c9 fixes 2013-05-13 12:00:03 -04:00
twolfnovus
f108de0bd1 Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
2013-05-09 11:47:46 -04:00
Robin Hu
4ba155d733 For ticket AN-617. Added ability to create an 'average' horizontal line for cumulative line charts. Updated the example HTML file too. 2013-05-08 10:40:05 -04:00
Tyler Wolf
d6a3043a98 Merge pull request #112 from ruzz311/development
fixed invalid html in parallel coordinate example
2013-04-17 09:38:34 -07:00
Dingo
76b97fde13 all models updated to run examples using d3.v3 2013-04-16 15:54:46 -07:00
Dingo
dd94b599fe Merge branch 'development' into d3v3_Upgrade 2013-04-16 10:23:46 -07:00
Dingo
80dd13db90 Merge branch 'development' of https://github.com/novus/nvd3 into development 2013-04-16 10:14:16 -07:00
Dingo
833d4391f4 changes to linePlusBar and linePlusBarWithFocus 2013-04-16 10:14:03 -07:00
Russell Madsen
6bb9a2dd97 fixed invalid html in parallel coordinate example 2013-04-11 15:57:08 -05:00
Tyler Wolf
aecb504863 Merge branch 'development' of https://github.com/novus/nvd3 into development 2013-04-08 12:41:08 -04:00
Tyler Wolf
7d69723a2d added hideable attribute to multiBar.js so that the bars can be hidden the multibar is part of a larger chart 2013-04-08 12:39:33 -04:00
Dingo
d1aeaaa9e0 Added lineplusbarwithfocuschart to makefile 2013-04-06 23:19:31 -04:00
Dingo
f41a4db9b9 updating alphabetically, working on indentedTree.js 2013-04-06 11:46:51 -04:00
Dingo
0593a97d44 fixing issue with lineWithFocusChart.js 2013-04-06 11:19:12 -04:00
Tyler Wolf
e092bac1c2 fixed update for parallelCoords.js, ran make for all merged pull requests 2013-04-03 14:03:25 -04:00
Tyler Wolf
aad23db0f0 Merge branch 'master' of https://github.com/novus/nvd3 2013-04-03 14:02:25 -04:00
Areski Belaid
2ea1c6f0f3 fix display of the PieChart example 2013-04-03 19:41:25 +02:00
Tyler Wolf
bd7d5b2363 Merge branch 'master' of https://github.com/novus/nvd3
Conflicts:
	examples/parallelCoordinates.html
2013-04-03 13:29:48 -04:00