Bob Monteverde
9d726ac9ab
some updates to the pie css to make interaction sexier
2012-07-01 02:05:07 -04:00
Bob Monteverde
60ca9d6b2d
updatd pie example to show how to use new value accessor to get the pie chart to accept the previous data format
2012-07-01 01:46:39 -04:00
Bob Monteverde
09a55af5f5
Pie charts should use the same data as discreteBar for ease of switching between
2012-07-01 01:39:53 -04:00
Bob Monteverde
ecb80cb4b8
If Max / Min contains 'NaN' don't show it on axis
2012-06-30 04:26:44 -04:00
Bob Monteverde
6c66e371e5
fix default height on bulletChart
2012-06-30 04:18:56 -04:00
Bob Monteverde
6da248bd19
defined local variable container in bulletChart
2012-06-30 04:16:40 -04:00
Bob Monteverde
94d44b7cec
If you don't set width, bullet chart gets container's.. height is static but can be changed manually
2012-06-30 04:07:50 -04:00
Bob Monteverde
c5dad2c36a
fixing variable name
2012-06-30 03:36:51 -04:00
Bob Monteverde
d57bd67074
reworked bullet a little bit and created bulletChart
2012-06-30 03:17:21 -04:00
Bob Monteverde
e07921f473
Added rotate labels functionality, but text-anchor: end is not working, auto switches to middle
2012-06-30 01:51:32 -04:00
Bob Monteverde
df34fb7bad
minifying
2012-06-29 16:00:11 -04:00
Bob Monteverde
d79f39915b
Issue #18 added labelThreshold to pie to disable showing the label under a given percent, defaults to 2%
2012-06-29 15:57:39 -04:00
Bob Monteverde
fac355e319
showing donut as well as pie in pie examples
2012-06-29 15:28:08 -04:00
Bob Monteverde
d36721ceb8
updating left margins because FF text is a little larger than chrome's
2012-06-29 15:03:25 -04:00
Bob Monteverde
4ab57cb38f
Issue #19 Fixing label offset for FF, and increasing the disatnce from vertical axis maxand min from 8 to 10 to prevent overlap
2012-06-29 14:59:15 -04:00
Bob Monteverde
daee31b61a
minifying new pie and pieChart
2012-06-29 14:29:03 -04:00
Bob Monteverde
e4d62172d9
updates to pie chart, removed initial transition, but updated disabled/enable transition
2012-06-29 14:28:46 -04:00
Will McKenzie
8a26f292f1
Enabled configuration of open and close icons in indentedTree
...
Added chart.iconOpen and chart.iconClose in the same format as
chart.tableClass etc that will return the current setting for either
icon value unless an argument is supplied, in which case they will
replace the settng with the new value and return the chart.
2012-06-29 17:14:18 +01:00
Bob Monteverde
42aa8ad2ca
if no offset element is given, assume 0 on pieChart, because pieChart uses mouse position for tooltips right now
2012-06-28 19:27:34 -04:00
Bob Monteverde
3071b32de3
added pieChart.js to makefile and minifying
2012-06-28 19:16:23 -04:00
Bob Monteverde
a61bdfc2b2
new pieChart, and lots of updates to pie implementation... still need to tweak a few things, including animation when series are disabled
2012-06-28 19:06:07 -04:00
Bob Monteverde
feca679816
loading the correct pie.js in the example
2012-06-28 17:18:26 -04:00
Bob Monteverde
f5db7e43a8
Cleaned up the pie implementation a little more, and moved the old pie to deprecated. Will be making pieChart.js shortly that will have an optional legend and tooltips built in.
2012-06-28 17:14:53 -04:00
Bob Monteverde
59072dde9b
Issue #5 Setting position absolute and pointer-evetns none in the JS (as well as css) on the tooltip, appears to fix both issues I was having with them
2012-06-28 16:30:55 -04:00
Bob Monteverde
777280bcd6
cleaning up new pie chart implementation
2012-06-28 16:00:41 -04:00
Bob Monteverde
251d8f69dd
Merge branch 'master' of github.com:novus/nvd3
2012-06-28 15:38:00 -04:00
Bob Monteverde
ddf49f809a
updating the pie chart to be consistent with others... will end up zsplitting ti to pie.js and pieChart.js shortly
2012-06-28 15:37:51 -04:00
Tsyren Ochirov
eb8f9f48fb
tooltip optional base container
2012-06-28 11:42:26 +04:00
Tsyren Ochirov
d06d04ebed
define optional parametr parentID for tooltip element
2012-06-28 11:00:35 +04:00
Tsyren Ochirov
1ea04ec428
fix: get Date instead of get Month
2012-06-28 10:35:02 +04:00
Tsyren Ochirov
a10eac2af6
days in month refactor
2012-06-28 10:31:06 +04:00
Bob Monteverde
f244c8a771
fixing x axis formatter on line with focus
2012-06-27 23:35:14 -04:00
Bob Monteverde
3ea0467c28
updating cumualtiveLine formatter in example from ,.02p to ,.1% to prevent rounding error on 0
2012-06-27 17:43:11 -04:00
Bob Monteverde
8dffa94e6c
updated cumualtive line example, removed the unnecessary map
2012-06-27 16:57:14 -04:00
Bob Monteverde
debb64def2
updated indexify function, instead of returning a new data object stores the new cumulative y value at d.display.y, keeping the original at d.y
2012-06-27 15:37:18 -04:00
Bob Monteverde
f2cd0ed629
Moved cumulativeLine.js to deprecared, cumulativeLineChart.js is the up to date version of it
2012-06-27 15:09:29 -04:00
Bob Monteverde
b396b0e155
updated line implementation to be consistent with other models
2012-06-27 14:38:23 -04:00
Bob Monteverde
37f8f42c3e
cleaning up line.js to be consistent with eevrythign else, and hopefully perform a litttle better
2012-06-26 20:30:38 -04:00
Bob Monteverde
8e00a8060d
lineWithFisheye... first try.. SUPER SLOW
2012-06-26 17:35:00 -04:00
Bob Monteverde
25883d2a5e
removing the delay on the horizontal bar for now, also making sure 0 ticks are never removed from the axis
2012-06-26 15:33:09 -04:00
Bob Monteverde
d1c2f59cd9
trying out a chart.container idea to get a reference to the DOM element the chart is plotted in to help with a auto resize functionality, and may have other uses
2012-06-26 13:12:17 -04:00
Bob Monteverde
c494172fe2
Added Max/Min to horizontal axes, on by default, but can be disabled with showMaxMin(false) on the axis component
2012-06-26 12:31:16 -04:00
Bob Monteverde
755af6e9d4
Issue #11 major refactor of stackedArea, still need to tweak some things, BUT now works with custom accessors
2012-06-26 03:57:01 -04:00
Bob Monteverde
7065557fde
scatterWithFisheyeChart is now scatterChart
2012-06-26 01:54:59 -04:00
Bob Monteverde
ea31b3ab1c
Issue #10 fixed distributions from showing disabled points
2012-06-26 01:24:34 -04:00
Bob Monteverde
135be08bde
axis max and min now fades in
2012-06-26 01:23:33 -04:00
Bob Monteverde
1ff25d0bfe
trickling down the tickFormatter from the main y and x axes to the view finder axes - minifying
2012-06-25 17:18:12 -04:00
Bob Monteverde
6395011805
trickling down the tickFormatter from the main y and x axes to the view finder axes
2012-06-25 17:17:55 -04:00
Bob Monteverde
72c91548de
don't hide axis on horizontal bar
2012-06-25 15:08:25 -04:00
Bob Monteverde
a72645dbe4
Issue #9 Fixed issue with distributions not accurate when series are disabled. Also made distributions fade out when removed
2012-06-25 14:58:08 -04:00