Bob Monteverde
|
e00f165760
|
minifying last commit
|
2012-07-30 14:51:30 -04:00 |
|
Bob Monteverde
|
6534cb622f
|
making tooltip public on multiBarHortizontalChart model
|
2012-07-30 14:51:17 -04:00 |
|
Bob Monteverde
|
4ed747791a
|
Fixing Issue #119 by making tooltip public on multiBarChart model
|
2012-07-30 14:50:40 -04:00 |
|
Bob Monteverde
|
15c2e2b1be
|
Added some stuff from d3-plugins to hopefully implement into models sooner than later, also added different color scale interpolation from cie pugin
|
2012-07-30 03:35:51 -04:00 |
|
Bob Monteverde
|
637815f4d8
|
Added nv.utils.pjax, while not a required function, its a convenient way of using d3 to do pjax in a VERY simple manor
|
2012-07-30 03:17:32 -04:00 |
|
Tomasz Werbicki
|
d6006ad911
|
Expose pie valueFormat in pieChart.
|
2012-07-30 00:45:10 -05:00 |
|
Tomasz Werbicki
|
9535dba170
|
Allow to set yAxis format in stackedAreaChart.
|
2012-07-29 23:57:49 -05:00 |
|
Bob Monteverde
|
ae1e42ea11
|
Merging in Pull Request #117
|
2012-07-27 19:23:00 -04:00 |
|
Ger Hobbelt
|
ef3a7aefb0
|
added .xTickFormat() and .yTickFormat() API methods to make chart axis public I/F as capable as that of lineWithFocus.js - from which this code was ripped and then adjusted to compensate for the slightly different way the 2nd x and y axis are named internally.
|
2012-07-28 00:23:46 +02:00 |
|
Bob Monteverde
|
0c8cf9261d
|
Added no data available message to sparklineplus
|
2012-07-27 18:18:56 -04:00 |
|
Bob Monteverde
|
bded864229
|
Added a customizeable No Data Available. message to all the charts when they are fed no series, or all series have no points
|
2012-07-27 17:37:20 -04:00 |
|
Bob Monteverde
|
b5b36cbeb1
|
Minifying Pull Request #116
|
2012-07-27 15:39:32 -04:00 |
|
Bob Monteverde
|
60f227dba0
|
Merge remote-tracking branch 'griphiam/master'
|
2012-07-27 15:39:16 -04:00 |
|
Bob Monteverde
|
38c0a82fd5
|
Added multiChart.js to Makefile and minifying
|
2012-07-27 15:37:40 -04:00 |
|
Mark Philpot
|
eb1dda2b31
|
Adding rotate labels to multiBarChart, SVG greedy in height as well
|
2012-07-27 11:18:21 -07:00 |
|
Steven Noble
|
d6789c0caa
|
Merge branch 'master' of git://github.com/novus/nvd3 into multiChart
|
2012-07-27 11:45:23 -04:00 |
|
Steven Noble
|
4507e22d37
|
little bit more cleanup
|
2012-07-27 11:45:00 -04:00 |
|
Steven Noble
|
25c324b972
|
left axis doesn't need to be labelled in the names
|
2012-07-27 11:40:58 -04:00 |
|
Bob Monteverde
|
9deb24f0f2
|
tighten up lineWithFocus defautl margin
|
2012-07-27 03:11:30 -04:00 |
|
Bob Monteverde
|
a40baa70af
|
fix type in discreteBar and minify Pull Request #109
|
2012-07-27 03:06:26 -04:00 |
|
Bob Monteverde
|
c1f546a5e7
|
Merging in Pull Request #109
|
2012-07-27 03:03:59 -04:00 |
|
Bob Monteverde
|
0bdd782132
|
make margin2 accessible in lineWithFocus model
|
2012-07-27 01:45:27 -04:00 |
|
Bob Monteverde
|
068895cac6
|
minifying last commit
|
2012-07-27 01:44:14 -04:00 |
|
Bob Monteverde
|
2f6c35e3ad
|
Revamp of lineWithFocus model to only render data points within window range in main view instead of rendering the entire thing, and clipping
|
2012-07-27 01:43:56 -04:00 |
|
Bob Monteverde
|
3b81d8aeed
|
Added nv- to almost all classes and IDs.. will need to recheck everything, but I think I got them all
|
2012-07-26 19:42:42 -04:00 |
|
Bob Monteverde
|
bcd7c85841
|
Minifying Pull Request #111
|
2012-07-26 17:15:13 -04:00 |
|
Bob Monteverde
|
eb1407a39a
|
Merge remote-tracking branch 'Jyrsa/fixing'
|
2012-07-26 17:14:43 -04:00 |
|
Bob Monteverde
|
631c067b16
|
Minifying Pull Request #106
|
2012-07-26 17:12:33 -04:00 |
|
Luke Steensen
|
cfba3d623a
|
fix stacking of horizontal multibar
addresses issue #39
|
2012-07-26 15:48:48 -05:00 |
|
Steven Noble
|
5fd88802ea
|
improvements
|
2012-07-26 11:53:36 -04:00 |
|
Jyry Suvilehto
|
bce0f0f3ff
|
rename sparklinePlus example to be consistent with other file names
|
2012-07-26 12:50:54 +00:00 |
|
Jyry Suvilehto
|
a25459d2e7
|
crude fix to broken y axis handling in sparklinesPlys
|
2012-07-26 12:49:09 +00:00 |
|
Jyry Suvilehto
|
4a7c0487ab
|
rename sparklinePlus example to be consistent with other file names
|
2012-07-26 12:37:22 +00:00 |
|
Jyry Suvilehto
|
afc1424e4a
|
crude fix to broken y axis handling in sparklinesPlys
|
2012-07-26 12:26:31 +00:00 |
|
Jyry Suvilehto
|
ca6e2c589b
|
update models to use new colors
|
2012-07-26 12:26:01 +00:00 |
|
Jyry Suvilehto
|
3c9cb18afe
|
add utils.js dependency to examples to avoid having to compile while developing
|
2012-07-26 12:23:20 +00:00 |
|
Jyry Suvilehto
|
05921281ef
|
include an example of ensuring same labels get same colors in two graphs
|
2012-07-26 11:16:18 +00:00 |
|
Jyry Suvilehto
|
0b3ec6fb48
|
add reference to utils.js to make new color picking work without compiling
|
2012-07-26 11:09:44 +00:00 |
|
Jyry Suvilehto
|
a4a022e212
|
use new color getting method in everything that's used in a stackedAreaChart
|
2012-07-26 11:08:23 +00:00 |
|
Jyry Suvilehto
|
8957680322
|
added two utility functions for color
|
2012-07-26 11:07:21 +00:00 |
|
Steven Noble
|
3730dffd8d
|
getting tooltips and legend to work
|
2012-07-25 16:51:04 -04:00 |
|
Steven Noble
|
9d5b67e791
|
refactor how scale is used now that I kind of understand it
|
2012-07-25 13:54:03 -04:00 |
|
Steven Noble
|
c00625b2ba
|
Merge branch 'master' of git://github.com/novus/nvd3 into multiChart
|
2012-07-25 11:24:28 -04:00 |
|
Steven Noble
|
06139a64cd
|
multichart model that can handle Stacked, Line, and Bar charts across 2 axes
|
2012-07-25 11:24:13 -04:00 |
|
Bob Monteverde
|
008ffbfdb0
|
Mergin in changes, and some updates to historicalBar and ohlcBar models
|
2012-07-24 14:56:02 -04:00 |
|
Bob Monteverde
|
c09378e963
|
Some minor tweaks and minifying Pull Request #95
|
2012-07-24 14:28:35 -04:00 |
|
Bob Monteverde
|
073acf3844
|
Merge remote-tracking branch 'deleet/master'
|
2012-07-24 14:24:26 -04:00 |
|
Bob Monteverde
|
4464968c04
|
minifying Pull Reqquest #85
|
2012-07-24 14:23:06 -04:00 |
|
Bob Monteverde
|
2dca0a39c1
|
Merge remote-tracking branch 'g2010a/patch-1'
|
2012-07-24 14:22:46 -04:00 |
|
Bob Monteverde
|
3e6ba6aa7f
|
Minifying Pull Request #94
|
2012-07-24 14:20:48 -04:00 |
|