Commit Graph

576 Commits (master)

Author SHA1 Message Date
Robin Hu 7bf1091f41 Adding historical bar chart. 11 years ago
Tyler Wolf bb5146775e minified nv.d3.js 11 years ago
Dingo b0bc28cbe0 fixed cumulativeLineChart drag lag 11 years ago
Tyler Wolf af8b13dd48 Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
11 years ago
frank shao 90e4078941 Adjusted jitter in scatter.js 11 years ago
Tyler Wolf a437d1ef0e Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
11 years ago
Robin Hu 577a57d405 Rebuilding nv.d3.js and nv.d3.min.js for Issue #140 11 years ago
Tyler Wolf bd0aab25ca lots of changes 11 years ago
Tyler Wolf 1ac80d87c8 Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
11 years ago
Tyler Wolf a6c18a730a almost there 11 years ago
Robin Hu 1097586ec3 Rebuilding nv.d3.js and nv.d3.min.js 11 years ago
Tyler Wolf fb5897eb52 progress 11 years ago
Tyler Wolf a67a42333e updates, on hperf pages 11 years ago
twolfnovus a65b5c4988 Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
11 years ago
Robin Hu ba44aa3053 Fixing issue #136. Improved logic in tooltip.js for handling <svg> and <g> tags. 11 years ago
Robin Hu 9fc096f3a4 Rebuilt nv.d3.js and nv.d3.min.js for issue #22 11 years ago
twolfnovus f108de0bd1 Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
11 years ago
Robin Hu d690c17a2b Fixed issue #25. Updated logic in tooltip.js, so that tooltips are not inserted into SVG containers. 11 years ago
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. 11 years ago
Robin Hu 95b0459d27 Fixed issue #76. Tooltips were not rendering for bullet charts. 11 years ago
Robin Hu 92df22993d Added calcApproxTextWidth util function. Fixed overlapping legend, as noted in issue #107. 11 years ago
Robin Hu 0c422148d9 Merge branch 'master' into development
Conflicts:
	nv.d3.min.js
11 years ago
Robin Hu 0894152def Fixed issue #131. Was able to remove errors:
d='MZ', cx="NaN", cy="NaN".  The error "Problem parsing d=''" remains.
11 years ago
twolfnovus f00781535b Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.js
	nv.d3.min.js
	src/models/multiBar.js
11 years ago
Robin Hu 2350f4a60b Rebuilt nv.d3.js and nv.d3.min.js, for issue #77 fix. 11 years ago
twolfnovus a10c25b333 a few changes for v3 upgrade 11 years ago
twolfnovus d3c44f7f00 ran make on 'development' 11 years ago
lihongxun 2a394feab3 add grunt, see more in README.md about how to use intstall and use grunt 11 years ago
Tyler Wolf b682cf6ad3 Merge branch 'master' into development
Conflicts:
	nv.d3.min.js
11 years ago
Tyler Wolf 43e86f5405 fixed some small, but problematic issues with indented tree 11 years ago
Dingo 05ba82c0da ran make on merge with master 11 years ago
Dingo 18b6fd4cbf Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
11 years ago
Bob Monteverde 0983d3a40a Issue #109: minifying pull request 11 years ago
Tyler Wolf 36d4e999f6 removed logging from multibar.js 11 years ago
Tyler Wolf 7d69723a2d added hideable attribute to multiBar.js so that the bars can be hidden the multibar is part of a larger chart 11 years ago
Tyler Wolf db144a9290 updated many models for state management 11 years ago
Tyler Wolf 7335631472 merged mookie5dc-master pull request into master 11 years ago
Tyler Wolf e092bac1c2 fixed update for parallelCoords.js, ran make for all merged pull requests 11 years ago
Tyler Wolf ae0a00c877 ran make on latest merges 11 years ago
Tyler Wolf 1327ca3f86 Added filter functionality to indentedtree model (can be used to filter values besides zero) 11 years ago
Bob Monteverde a52eddf761 Made state.disabled always set on charts that keep state 11 years ago
Bob Monteverde 859b97a9d3 Fixed padData on scatter, added padDataOuter to account for outerPadding on ordinal scales 11 years ago
Bob Monteverde 88c4157d0e Minor fix to scatter to allow all series to be disabled and padData set to true without error 11 years ago
Bob Monteverde d376d86d5b Fixed max and min calculations for multibar stacked 11 years ago
Bob Monteverde 11d504c6cd Added barColor fucntionality to multibar to imitate what I did for multibarHorizontal 11 years ago
Bob Monteverde d4566d25e7 Horizontal barcan nopw stack with both positive and negative, verticaly aligned values with center of bar 11 years ago
Ricardo 4fccaa8cb7 #69: adding a way to color individual bars (rather than the whole series as it is done right now). Leaving the previous behavior as the default. 11 years ago
Ricardo 5079b67649 #68: giving the controls additional space on the stacked area chart 11 years ago
Tyler Wolf 7058d5382b #56 stacked bar chart now stacks both positive and negative values 11 years ago
Tyler Wolf f8fbe286aa #56 stacked bar chart now stacks both positive and negative values 11 years ago
Ricardo aecd1479af #41 Putting back nv.d3.min.js 11 years ago
Tyler Wolf 5f0700eac9 #33, plus added flatTestData() for testing with flat data to cumulativeLineChart example 11 years ago
Ricardo db9778e7d5 Added a 'beforeUpdate' dispatch event to the discreteBarChart 11 years ago
Tyler Wolf bfd98d8a08 #26 12 years ago
Bob Monteverde 4e12985eb5 Made state accessible from chart.state() 12 years ago
Bob Monteverde 22b850e001 State management in almost all chart models 12 years ago
Bob Monteverde 8d7553d734 remove stateChange call from changeState handler 12 years ago
Bob Monteverde 64a066ccdf Added changeSatte functionality to update chart from a state object 12 years ago
Bob Monteverde 94629ff02e Added initial state management to cumulativeLine.. currently dispatches state whenevr it changes, but state can not be adjusted outside of the chart... that's coming next 12 years ago
Bob Monteverde 97e3c25345 Added ability to right align the sparklinePlus current value 12 years ago
Bob Monteverde 2922f6ea5b Mergin with repo changes 12 years ago
Bob Monteverde 24c0b0f7d5 sparklinePlus: aligning the value with the final value is now optional via alignValue flag 12 years ago
Ricardo cdb68dafca allowing the bullet chart to hide the previous data point if the value is null 12 years ago
Bob Monteverde 38ba70f4dc Added padData option to allow bars and lines to align correctly without cutting off half of the first and last bar 12 years ago
twolf d0d5346535 expanded borders for voronoi field on charts 12 years ago
twolf 8e0160ad5f ran make on previous changes 12 years ago
twolf 884fbf5dc2 reverted modification to scatter voronoi application 12 years ago
twolf 5bb5e161ab UI-38 fixed voronoi issue in IE9 12 years ago
twolf 28abada1ea ran make on previous changes 12 years ago
Ricardo 1167814745 Avoiding rewriting the console.log in IE. The new nv.log implementation works under IE. 12 years ago
Bob Monteverde 66b38c9c23 Merging changes from server 12 years ago
Bob Monteverde 281a5a2b60 Re-wrote the bullet model to work with positive and negative numbers... including bullets that range both pos and neg 12 years ago
twolf f83e6eb16b fixed tooltip problem on stacked Area in IE 12 years ago
Bob Monteverde 99329c6fc9 Lots of enahncements to scatter and stacked are, useVoronoi(false) now functions correctly. IE9 fixes. 12 years ago
Bob Monteverde 353f4354fd merging previous commits 12 years ago
Bob Monteverde 6db030bdb4 Some minor tweaks for the scatter voronoi 12 years ago
Bob Monteverde 0c06df9dae Fix for negative bullet chart marker 12 years ago
Bob Monteverde 769852e072 Enabling negative bullet chart values 12 years ago
Bob Monteverde 51d9d091c0 Implemented forceX to bulletChart 12 years ago
Bob Monteverde eabda14d91 Fixed historical bar position, bars are now centered over ticks 12 years ago
Bob Monteverde dbc0da6a66 Minor tweak to right axis label to fix its position 12 years ago
Bob Monteverde 55989fff66 Issue #329 minifying 12 years ago
Tyler Wolf f6a4166117 removed logging 12 years ago
Tyler Wolf e28726e2de fixed NVD-325 and UI-34 12 years ago
Tyler Wolf 3128bedde9 fixed issue #324 12 years ago
Ricardo eedb708570 Undoing 'subdivide ticks' that was causing problem and was making the user interface less friendly after resize 12 years ago
Ricardo 346c4bdbcb Fixing problem on cumulative line when doing a fresh load (grid doesn't render) 12 years ago
Ricardo 34a8106b86 merge 12 years ago
Bob Monteverde 8b5c49281e Issue #323 now acount for series that are temporarily disabld due to calcualtions being impossible to make 12 years ago
Bob Monteverde d74a3102cf Issue #322: Disable cumulative series when they go bellow 95% to prevent scale distortion and calculation errors when a series loses 100% or more 12 years ago
Ricardo be07849c01 X axis space rework 12 years ago
Bob Monteverde c09abc9cfb Merging from repo 12 years ago
Bob Monteverde 8a846ef030 Temporarily remopving all animations from stacked are chart 12 years ago
Tyler Wolf ff6309d37b discreteBarChart labels shifted down 12 years ago
Tyler Wolf 5a08ef2638 fixed Issue #321 12 years ago
Bob Monteverde 5bbba2fcf0 Issue #314 line plus bar with a single data point now shows the x tick in the center 12 years ago
Bob Monteverde 976d731a64 Issue #315 fixed issue with background click handler not resizing 12 years ago
Tyler Wolf 7f0b829b01 further fixed x-axis crowding issue 12 years ago
Tyler Wolf 64e9660063 fixed cumulativeLineChart x-axis overcrowding 12 years ago
Bob Monteverde aa9d36e1f7 Issue #319: reduced the bar width of the discrete bar by 10% 12 years ago
Bob Monteverde c0b27c4c71 Issue #315: dragging index line now works correctly afetr resizing chart 12 years ago
Tyler Wolf 49505ba976 UI-31 12 years ago
Dingo 36a242846a tooltip fixes applied 12 years ago
Tyler Wolf 7aff7d5077 fixed tooltip repositioning UI-24 12 years ago
Bob Monteverde dacbf5303f Issue #297: get showMaxMin to work on ordinal x axis scale 12 years ago
Bob Monteverde 739e385fce Issue #310 on drage keep ew-resize cursor 12 years ago
Bob Monteverde 4ad3c2e6f3 Fixed issue #309 12 years ago
Bob Monteverde 7b6f3ca87f Issue #307: hover value and line are not created UNTIL actual hover, instead of created and hidden 12 years ago
Tyler Wolf 53687e1454 reverted the lineChart right margin change. My mistake 12 years ago
Tyler Wolf 68e8121721 fixed FF getBBox() issue (UI-19), extended line chart right margin +3px 12 years ago
Tyler Wolf 0de0ea9ab6 fixed issue #UI-22 12 years ago
Tyler Wolf ede1088797 issue #296 -set or get bar class with .rectClass() 12 years ago
Tyler Wolf f81ede1535 Issue #299 fixed x axis label 12 years ago
Tyler Wolf b238834fd5 Issue #299 -fixed 12 years ago
Bob Monteverde 5eeb566626 Mke sure the sparklinePlus hover line does not show on initial render 12 years ago
Bob Monteverde 2cb1240441 Issue #305 disable tooltips until interactive layer updates to new position 12 years ago
Bob Monteverde e630446033 Issue #302 made height2 accessible in the linePlusFocusChart 12 years ago
Bob Monteverde 3e5d1e4807 Issue #283 voronoi based point interaction now works with less than 3 points 12 years ago
Ricardo abf23e3727 Duplicating the number of ticks on the x axis for the bullet chart 12 years ago
Ricardo b9d8000f0e Fix for #301: now it will display point only for the first min value, the last max value, and the current value. 12 years ago
Ricardo 819f71c469 Getting the bullet chart noData functionality working 12 years ago
Tyler Wolf ac873d6e4b #298 zero values are now 1px in width on horizontalbar 12 years ago
Bob Monteverde 9661ffb4d3 Issue #281 minor tweak to current value dy and margin.bottom 12 years ago
Bob Monteverde 3b220f6252 Issue #281 minor tweak tto current value dy 12 years ago
Bob Monteverde eb394b50a8 Issue #281 attempting to fix random isue with sparklines value not showing in the right place 12 years ago
Bob Monteverde 1e3e05b286 Issue #292 display bar's with 0 hight 12 years ago
Bob Monteverde 9ee0c62c0f Increased sparklinePlus margin right to account for space needed to show current value 12 years ago
Bob Monteverde d1edef5457 Issue #284 show current value to the right of the sparkline 12 years ago
Bob Monteverde 857b9c71ac Issue #285 bars >= 0 with 1 px height will now show up above the y = 0 line on discreteBar and multiBar 12 years ago
Bob Monteverde a0efca380d Issue #290 minifying 12 years ago
Bob Monteverde cf9bb41be6 Issue #281 bars on multibar and discretebar now are 1 px high even if they are 0 12 years ago
Bob Monteverde b0947dc9d9 Issue #281: if Y-axis max and min are both == 0, hide max label 12 years ago
Ricardo 33e0ef4812 again tweaking the no data 12 years ago
Ricardo 8e7758fe9a little fix on indented tree: it should not check for 'key' 12 years ago
Bob Monteverde f7861ebb08 Increasing default left and right margin on sparklinePlus to prevent hover value from being clipped 12 years ago
Bob Monteverde 02b0487236 Issue #269 fixed issue with scatter not showing background grid 12 years ago
Bob Monteverde c8ef258c5c Issue #260 fixed FF interaction issuew ith spoarklinePLus 12 years ago
Bob Monteverde 1a878bed85 Fixed issue with points in sparkline multiplying on update 12 years ago
Bob Monteverde 751b7e661d Issue #272 Bullet chart color method 12 years ago
Bob Monteverde 01f9afa8de Issue #273 sparkline can now have custom color 12 years ago
Bob Monteverde c6a24216ec Minifying Pull Request #263 fixes type in line.js 12 years ago
xkizer 73107b2ecf Fixed a typo 12 years ago
Bob Monteverde 6a2c32c519 line now uses scatter's id. this is inreplace of Pull Request #259. Also pulled styles out of the sparkline into the css. 12 years ago
Bob Monteverde f8141c046e Fix issue with sparkline min and max dots incorrectly positioned 12 years ago
Bob Monteverde 98907a5556 Cumualtive line clicking on points updates zero line 12 years ago
Bob Monteverde b7cb7b4b33 Issue #253 cumulative line re-zero's on click 12 years ago
Bob Monteverde d47ced5ee0 Update as you drag on cumulativeLineChart... turned off animation so update would be fluid 12 years ago
Bob Monteverde c09602e3c2 Clip regression lines to within data view in scatterPlusLineChart.js 12 years ago
Bob Monteverde 7e66e3c53d Issue #251 Fixed tooltip calculations on bulletChart 12 years ago
Bob Monteverde d470771777 Issue #252 number of ticks on bullet chart now based on width 12 years ago