frank shao
e177cae4d2
RenderWatch: added render watch to lineChart
2014-01-15 13:06:00 -05:00
Robin Hu
9315679dc7
Adding axisLabelDistance property to axis.js
2013-08-27 21:02:57 -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
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
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
d57fa841ca
Added transitioDuration property to stackedAreaChart, lineChart, cumulativeLineChart.
2013-08-12 12:14:43 -04:00
Robin Hu
178700c896
Adding transitionDuration property to line.js
2013-08-12 11:51:47 -04:00
Robin Hu
d31e83fd28
Increasing margins for linechart in example file. Issue #160
2013-08-07 10:20:25 -04:00
Areski Belaid
3cc8bec2c3
fix indent in example lineChart
2013-07-10 12:56:55 +02: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
62edb49ab8
Added showXAxis and showYAxis feature to lineChart and historicalBarChart.
2013-06-07 17:07:00 -04:00
Dingo
76b97fde13
all models updated to run examples using d3.v3
2013-04-16 15:54:46 -07:00
Lee Gillentine
2ac200ead0
Merging in upstream changes
2013-01-26 20:38:10 -05:00
Bob Monteverde
6213a74e3b
Adding state management to most charts
2012-12-28 00:05:37 -05:00
Lee Gillentine
e5d7133f10
Fixing typos in comments
2012-12-21 18:45:54 -05:00
Bob Monteverde
73733fc70f
Whitespace cleanup in example file
2012-10-23 17:48:25 -04:00
Bob Monteverde
02b0487236
Issue #269 fixed issue with scatter not showing background grid
2012-10-23 16:48:17 -04:00
Bob Monteverde
5793752a4d
Added data back to lineChart exampl, also aded chart.update and chart.container to sparklinePlus
2012-08-22 14:32:26 -04:00
Bob Monteverde
e020c2716b
Added proposed fix for Issue #166 to lineChart and sparklinePlus, I will implement in the other relevant charts later, open to suggestions if someone has cleaner code to do this
2012-08-22 14:29:42 -04:00
Bob Monteverde
960eb3f377
added option to make a line and area, and added chart.isArea() to all relevant charts
2012-07-19 02:15:53 -04:00
Bob Monteverde
ee0adbdd4d
Working on getting single data point to work on all charts, added scale adjustment to historicalBar to work with the linePlusBarChart
2012-07-16 17:00:41 -04:00
Bob Monteverde
de73a5719a
Added classes x-nvtooltip, y-nvtooltip, and xy-nvtooltip to the tooltips, also started working on the single data point issue with scatter and lien chart
2012-07-16 15:27:15 -04:00
Bob Monteverde
199ec2aed8
renaming d3.css to nv.d3.css
2012-07-13 15:25:19 -04:00
Bob Monteverde
54bcb6d971
Added defined to all line charts that defaults to not defined when something cannot be parsed to a number, feature added to fix problem noted in Issue #57
2012-07-12 15:40:16 -04:00
Bob Monteverde
542dc094f9
Fixed legend height and margin.top issue in the ready to go charts. Also re organized code a little bit for consistency
2012-06-15 12:47:47 -04:00
Bob Monteverde
864f79dc34
updated chart examples to work with new no-jQuery tooltips and resizing
2012-05-17 17:11:01 -04:00
Bob Monteverde
9352d35cfc
merging in pull request from @Nathanaela removing jQuery dependence, added pie chart model, some other useful changes
2012-05-17 16:35:57 -04:00
Bob Monteverde
7995783c4a
merged yaxis and axis into 1 implementation, will add top and right oriantations soon
2012-05-17 02:04:33 -04:00
Nathanael Anderson
22225147ab
Reworked library to remove jquery dependancies
...
renamed nvtooltip.js to tooltip.js and put it into the nv namespace
Added a batch file for building on windows.
2012-05-07 07:53:51 -05:00
Bob Monteverde
ec6df61e02
Working on using the usual data scheme for the stacked charts, fixed css error with tooltip delay, cleaned up some code
2012-04-05 16:49:27 -04:00
Bob Monteverde
66fa17551b
lots of changes with nv.chart.line, not 100% set with the API yet, but the new lineChart.html example should be 100 times easier to use than lineWithLegend.html example
2012-04-05 05:18:21 -04:00
Bob Monteverde
4e7475da73
Added another layer of abstraction to take care of all the glue and make the chart api extremely simple. First try, so not entirely complete, but does function.
2012-04-05 01:24:39 -04:00