Commit Graph

  • 47767c44c8 ran make on nv.d3.js Tyler Wolf 2013-06-14 19:17:52 -0400
  • e2dd47bcc2 Updated version, now compatible with d3.v3.js Tyler Wolf 2013-06-14 19:08:31 -0400
  • 0151cdccab Made it so that double clicking a legend item will cause all other series' to be disabled. v1.0.0-beta Robin Hu 2013-06-11 16:38:39 -0400
  • 739b93fecf Adding ability to right align the Y-axis for historical bar and line charts. Robin Hu 2013-06-11 12:59:33 -0400
  • 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. Robin Hu 2013-06-10 12:02:56 -0400
  • 62edb49ab8 Added showXAxis and showYAxis feature to lineChart and historicalBarChart. Robin Hu 2013-06-07 17:07:00 -0400
  • 7bf1091f41 Adding historical bar chart. Robin Hu 2013-06-07 16:34:57 -0400
  • 1703cc428a Adding historical bar chart code. Robin Hu 2013-06-07 16:24:51 -0400
  • 65b97714fa Merge branch 'master' of https://github.com/novus/nvd3 Robin Hu 2013-06-07 16:05:49 -0400
  • a9b6f3ab09 FIxing bug in line.js. Robin Hu 2013-06-07 15:34:49 -0400
  • 065c8eb84d removed transition and delay on tooltips, you can uncomment to revert this. Minor fix to scatter, points will keep custom classes after transiiton Bob Monteverde 2013-06-06 17:57:32 -0400
  • bb5146775e minified nv.d3.js Tyler Wolf 2013-06-05 14:54:36 -0400
  • b0bc28cbe0 fixed cumulativeLineChart drag lag Dingo 2013-06-03 23:51:42 -0400
  • af8b13dd48 Merge branch 'master' of https://github.com/novus/nvd3 into development Tyler Wolf 2013-05-31 10:00:03 -0400
  • 90e4078941 Adjusted jitter in scatter.js frank shao 2013-05-31 09:57:33 -0400
  • a437d1ef0e Merge branch 'master' of https://github.com/novus/nvd3 into development Tyler Wolf 2013-05-31 09:48:48 -0400
  • 577a57d405 Rebuilding nv.d3.js and nv.d3.min.js for Issue #140 Robin Hu 2013-05-22 14:55:06 -0400
  • 8731046948 Issue #140. Added ability to stagger the x-axis labels on Multibar charts. Robin Hu 2013-05-22 14:54:31 -0400
  • bd0aab25ca lots of changes Tyler Wolf 2013-05-17 19:31:30 -0400
  • 1ac80d87c8 Merge branch 'master' of https://github.com/novus/nvd3 into development Tyler Wolf 2013-05-17 16:49:32 -0400
  • a6c18a730a almost there Tyler Wolf 2013-05-17 16:48:52 -0400
  • 1097586ec3 Rebuilding nv.d3.js and nv.d3.min.js Robin Hu 2013-05-15 13:15:58 -0400
  • 3e48d32290 Altered the way 'jittering' is handled for scatter plots. This should fix any d3.geom.voronoi issues we encountered. Robin Hu 2013-05-15 13:14:01 -0400
  • fb5897eb52 progress Tyler Wolf 2013-05-13 19:09:23 -0400
  • a67a42333e updates, on hperf pages Tyler Wolf 2013-05-13 15:14:32 -0400
  • da6427cd0f Merge branch 'master' of https://github.com/novus/nvd3 into development Tyler Wolf 2013-05-13 13:52:40 -0400
  • 0e219e5a1b updated README Tyler Wolf 2013-05-13 13:00:38 -0400
  • 05663aee36 fixed formatting on README Tyler Wolf 2013-05-13 12:42:47 -0400
  • 5d0c538957 updated README and tagged nvd3 v0.9 #117 #126 Tyler Wolf 2013-05-13 12:38:16 -0400
  • a65b5c4988 Merge branch 'master' of https://github.com/novus/nvd3 into development twolfnovus 2013-05-13 12:03:13 -0400
  • 8b4d0250c9 fixes twolfnovus 2013-05-13 12:00:03 -0400
  • ba44aa3053 Fixing issue #136. Improved logic in tooltip.js for handling <svg> and <g> tags. v0.9 Robin Hu 2013-05-10 09:31:02 -0400
  • 9fc096f3a4 Rebuilt nv.d3.js and nv.d3.min.js for issue #22 Robin Hu 2013-05-09 17:11:46 -0400
  • bdeb27a47f Fixed issue #22. Robin Hu 2013-05-09 17:09:55 -0400
  • f108de0bd1 Merge branch 'master' of https://github.com/novus/nvd3 into development twolfnovus 2013-05-09 11:47:46 -0400
  • d690c17a2b Fixed issue #25. Updated logic in tooltip.js, so that tooltips are not inserted into SVG containers. Robin Hu 2013-05-08 13:12:51 -0400
  • 4ba155d733 For ticket AN-617. Added ability to create an 'average' horizontal line for cumulative line charts. Updated the example HTML file too. Robin Hu 2013-05-08 10:40:05 -0400
  • 95b0459d27 Fixed issue #76. Tooltips were not rendering for bullet charts. Robin Hu 2013-05-07 15:52:46 -0400
  • 92df22993d Added calcApproxTextWidth util function. Fixed overlapping legend, as noted in issue #107. Robin Hu 2013-05-07 14:26:00 -0400
  • 0c422148d9 Merge branch 'master' into development Robin Hu 2013-05-07 12:04:13 -0400
  • 7662281809 Rebuilt nv.d3.js Robin Hu 2013-05-07 12:00:17 -0400
  • 6fcee4e17d Removed some line breaks that were added. Robin Hu 2013-05-07 11:59:29 -0400
  • 0894152def Fixed issue #131. Was able to remove errors: d='MZ', cx="NaN", cy="NaN". The error "Problem parsing d=''" remains. Robin Hu 2013-05-07 11:56:42 -0400
  • f00781535b Merge branch 'master' of https://github.com/novus/nvd3 into development twolfnovus 2013-05-07 11:06:52 -0400
  • 2350f4a60b Rebuilt nv.d3.js and nv.d3.min.js, for issue #77 fix. Robin Hu 2013-05-07 10:27:34 -0400
  • c5d7a63cfb For issue 77. Changed some code in multiBar.js to use selection.transition() instead of d3.transition(selection) syntax. Robin Hu 2013-05-07 09:48:08 -0400
  • a10c25b333 a few changes for v3 upgrade twolfnovus 2013-05-06 18:02:23 -0400
  • 0d5f297d61 updated cumulativeLineChart.js twolfnovus 2013-05-02 13:34:36 -0400
  • d3c44f7f00 ran make on 'development' twolfnovus 2013-05-02 12:00:29 -0400
  • 16ba25c7f1 Merge branch 'development' of https://github.com/novus/nvd3 into development twolfnovus 2013-05-02 11:59:54 -0400
  • ba59c9e019 #128 fixed frank shao 2013-05-02 11:52:47 -0400
  • 034d7f8b50 updated readme twolfnovus 2013-05-01 11:26:26 -0400
  • 08b23cf37d Add opt-in scatter point color override. Anders Johnson 2013-04-27 23:37:21 -0500
  • 5650e9cde9 Check if windowResize argument is undefined Michael J. Cohen 2013-04-24 14:25:13 -0300
  • 2a394feab3 add grunt, see more in README.md about how to use intstall and use grunt lihongxun 2013-04-24 21:14:11 +0800
  • 6a6e0d7329 Merge branch 'development' into d3v3_Upgrade Tyler Wolf 2013-04-19 10:04:52 -0400
  • 7e9b8c013c added d3 v3 to lib folder Tyler Wolf 2013-04-19 10:02:11 -0400
  • b682cf6ad3 Merge branch 'master' into development Tyler Wolf 2013-04-19 09:59:11 -0400
  • 43e86f5405 fixed some small, but problematic issues with indented tree Tyler Wolf 2013-04-19 09:53:29 -0400
  • d6a3043a98 Merge pull request #112 from ruzz311/development Tyler Wolf 2013-04-17 09:38:34 -0700
  • 76b97fde13 all models updated to run examples using d3.v3 Dingo 2013-04-16 15:54:46 -0700
  • dd94b599fe Merge branch 'development' into d3v3_Upgrade Dingo 2013-04-16 10:23:46 -0700
  • ad288b96f4 Merge branch 'master' of https://github.com/novus/nvd3 into d3v3_Upgrade Dingo 2013-04-16 10:23:20 -0700
  • 05ba82c0da ran make on merge with master Dingo 2013-04-16 10:17:48 -0700
  • 18b6fd4cbf Merge branch 'master' of https://github.com/novus/nvd3 into development Dingo 2013-04-16 10:17:05 -0700
  • 80dd13db90 Merge branch 'development' of https://github.com/novus/nvd3 into development Dingo 2013-04-16 10:14:16 -0700
  • 833d4391f4 changes to linePlusBar and linePlusBarWithFocus Dingo 2013-04-16 10:14:03 -0700
  • 0983d3a40a Issue #109: minifying pull request Bob Monteverde 2013-04-15 07:13:52 -0400
  • b2ef5f2254 Fixes Issue #109 - Prototype.js breaks StackedAreaChart ciaranj 2013-04-15 12:06:39 +0100
  • 6bb9a2dd97 fixed invalid html in parallel coordinate example Russell Madsen 2013-04-11 15:57:08 -0500
  • 93ed2ad226 added a few semicolons Tyler Wolf 2013-04-08 17:04:33 -0400
  • 36d4e999f6 removed logging from multibar.js Tyler Wolf 2013-04-08 15:29:57 -0400
  • aecb504863 Merge branch 'development' of https://github.com/novus/nvd3 into development Tyler Wolf 2013-04-08 12:41:08 -0400
  • 218f284f1e Merge branch 'master' of https://github.com/novus/nvd3 into development Tyler Wolf 2013-04-08 12:40:16 -0400
  • 7d69723a2d added hideable attribute to multiBar.js so that the bars can be hidden the multibar is part of a larger chart Tyler Wolf 2013-04-08 12:39:33 -0400
  • d1aeaaa9e0 Added lineplusbarwithfocuschart to makefile Dingo 2013-04-06 23:19:31 -0400
  • f41a4db9b9 updating alphabetically, working on indentedTree.js Dingo 2013-04-06 11:46:51 -0400
  • 0593a97d44 fixing issue with lineWithFocusChart.js Dingo 2013-04-06 11:19:12 -0400
  • f74b4def45 updated README.md Dingo 2013-04-06 10:48:49 -0400
  • aeb3011711 Merge branch 'master' of https://github.com/novus/nvd3 into development Dingo 2013-04-06 10:45:12 -0400
  • 1440722a09 Updated README.md Dingo 2013-04-06 10:39:30 -0400
  • db144a9290 updated many models for state management Tyler Wolf 2013-04-04 15:45:26 -0400
  • 7335631472 merged mookie5dc-master pull request into master Tyler Wolf 2013-04-03 14:07:18 -0400
  • e092bac1c2 fixed update for parallelCoords.js, ran make for all merged pull requests Tyler Wolf 2013-04-03 14:03:25 -0400
  • aad23db0f0 Merge branch 'master' of https://github.com/novus/nvd3 Tyler Wolf 2013-04-03 14:02:25 -0400
  • fb8bfe4a6a Merge pull request #6 from kapep/master Tyler Wolf 2013-04-03 10:59:33 -0700
  • 9c40278049 Merge pull request #104 from areski/master Tyler Wolf 2013-04-03 10:57:38 -0700
  • 37353cb7c2 Merge branch 'master' of https://github.com/novus/nvd3 Tyler Wolf 2013-04-03 13:51:22 -0400
  • c1804b29c1 Merge pull request #23 from ggriffiniii/master Tyler Wolf 2013-04-03 10:50:49 -0700
  • 67b32ed686 Merge remote-tracking branch 'upstream/master' Areski Belaid 2013-04-03 19:48:34 +0200
  • 2ea1c6f0f3 fix display of the PieChart example Areski Belaid 2013-04-03 19:41:25 +0200
  • bd7d5b2363 Merge branch 'master' of https://github.com/novus/nvd3 Tyler Wolf 2013-04-03 13:29:48 -0400
  • 8071617d74 Merge pull request #102 from areski/master Tyler Wolf 2013-04-03 10:27:41 -0700
  • d5a44f839f Merge pull request #101 from waynn/patch-1 Tyler Wolf 2013-04-03 10:26:29 -0700
  • 4107b774bc updated js sources on parallelCoordinates.js Tyler Wolf 2013-04-02 13:14:08 -0400
  • 7834c0ffba fix parallelCoordinates example: wrong sources for js files and improve size of the example Areski Belaid 2013-04-02 18:31:42 +0200
  • c2c1f44220 "yout" => "your" Waynn Lue 2013-03-28 18:38:19 -0700
  • d04af78f91 Merge pull request #100 from mikewallace1979/stackedAreaChart-trigger-stateChange-on-areaClick Tyler Wolf 2013-03-28 09:54:29 -0700
  • 8632be22be stackedAreaChart triggers stateChange on areaClick Mike Wallace 2013-03-28 16:42:09 +0000
  • ae0a00c877 ran make on latest merges Tyler Wolf 2013-03-28 09:38:05 -0400