24 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	Change Log
v2.7.2 (2017-07-22)
Closed issues:
- Accessibility - Add unique titles to frames #150
 - update() not refreshing chart #148
 - Custome label y axis #147
 - Access specific points on the canvas and labels for styling #146
 - legendCallback() doesn't render a custom legend #144
 - where can i get the demo sources code? thanks #143
 - Props not works as expected, updating of value doesn't work #138
 
Merged pull requests:
- ⬆️ Update dependency vue to 2.4.2 #154 (apertureless)
 - Remove useless labels #153 (clarkdo)
 - ✏️ Remove generateLegend() from initialization codes #145 (k-rumi)
 
v2.7.1 (2017-07-05)
Closed issues:
- Default backgroundColor needed #142
 
Merged pull requests:
v2.7.0 (2017-07-04)
Closed issues:
- Reactive Data Tutorial #132
 - Using inline plugins #130
 - Scatter Chart #129
 - Generating Chart after clicking submit button #128
 - Ticks not working with reactive props #127
 - Error in callback for watcher "chartData": "TypeError: Cannot read property 'data' of undefined" #126
 - Passing the data from vue to chartjs #125
 - Combination of Bar and Line Chart #123
 - Reactive data example not working #122
 - vue-chartjs height was 0 when i set v-show #120
 - Bar chart, barPercentage in X axis #119
 - update event not firing on data change #118
 
Merged pull requests:
- ✅ Update tests for addPlugin method #140 (apertureless)
 - Fix beforeDestory when renderChart was not called #139 (ZhangYiJiang)
 - Add support for inline plugins #137 (kurbar)
 - Feature/scatter chart #136 (apertureless)
 - 🐛 Fix #122 reactive mixin #135 (apertureless)
 - 📝 Add resources & tutorials to docs #133 (apertureless)
 - fix a typo in an example #131 (JobV)
 - Update README #121 (stoykostanchev)
 
v2.6.5 (2017-06-10)
v2.6.4 (2017-06-04)
Closed issues:
- Transition leave-active-class not working #117
 - chartOptions reactivity #116
 - Cannot switch off legend #114
 - run error on my mac pro #113
 - Update install instructions in docs #112
 - Typo in docs #111
 - Charts are given a fixed width, even when they are set to be responsive #108
 - Use Reactive Data with <script> version of vue-chartjs #107
 
Merged pull requests:
- Fix typo in docs #115 (euledge)
 - 📝 Add pt-br readme support #110 (kimuraz)
 - Fix reactive mixins animation re-rendering issue. #109 (MuseofMoose)
 
v2.6.3 (2017-05-14)
Closed issues:
- Reactivity of Options #106
 - Do not use built-in or reserved HTML elements as component id: MenuItem #104
 - Is it possible to use with axios? #103
 - How to change momentjs locale for time scale? #101
 - It seems that the reactiveProp couldn't let the chart update itself #99
 - vue-chartjs not working with lodash-webpack-plugin installed #97
 - multi lines with same options #95
 - Zoom And Pan Options in Vue Charts #94
 
Merged pull requests:
- Update README.md #105 (guilherfp)
 - translated README.md into Japanese #102 (euledge)
 - add CDNJS version badge in README.md #100 (extend1994)
 
v2.6.2 (2017-04-29)
Merged pull requests:
- ⬆️ Update dev dependencies #96 (apertureless)
 
v2.6.1 (2017-04-21)
Closed issues:
- Not understanding options #93
 - A Gotcha on component creation. #92
 - Error when building: 'This dependency was not found: chartjs' #91
 - Chart does not render inside conditional #90
 - Unable to add to material-vue layout #87
 
v2.6.0 (2017-04-09)
Closed issues:
- how to export to image or pdf #89
 - 🙏🏻 Testing 2.6.0-rc1 #88
 - Adding annotation plugin functionality #86
 
v2.6.0-rc1 (2017-04-05)
Closed issues:
- Overwrite prop #85
 
Merged pull requests:
v2.5.6 (2017-03-29)
Closed issues:
- Can not render two lines at the same time #83
 - Suggestion: Chart not re-rendering on window resize #82
 - How can you change legend label colour? #81
 - Doughnut with text in the middle #80
 - Set chart width without affecting labels #79
 - Loading data from server and displaying #78
 - Why separate .js files in the examples? #77
 - An in-range update of vue is breaking the build 🚨 #76
 - An in-range update of vue-template-compiler is breaking the build 🚨 #75
 - Uncaught TypeError: Cannot read property 'chartId' of undefined #74
 - TypeError: child._updateFromParent is not a function #72
 - Styling componement's surrounding <div> #70
 
v2.5.5 (2017-03-24)
Closed issues:
Merged pull requests:
v2.5.4 (2017-03-19)
Closed issues:
- An in-range update of eslint-config-standard is breaking the build 🚨 #68
 - Using data from vuex to populate a line graph #67
 - How to use without babel/webpack? #66
 - The vue-chartjs/src entry point is still creating a new vue instance. #55
 
Merged pull requests:
- Update dependencies to enable Greenkeeper 🌴 #65 (greenkeeper[bot])
 
v2.5.3 (2017-03-17)
Closed issues:
- Cannot modify styling using options #60
 
v2.5.2 (2017-03-14)
Closed issues:
- TypeError: child._updateFromParent is not a function #62
 - child._updateFromParent is not a function #59
 - dependency was not found #58
 
Merged pull requests:
- Develop #63 (apertureless)
 - Fix typo for legacy tag #61 (kylestev)
 
v2.5.1 (2017-03-11)
Closed issues:
- Lines are looking weird. #57
 - Working with objects #48
 - Mixins don't seem to trigger a refresh of the chart #44
 
v2.5.0 (2017-03-08)
Closed issues:
- UglifyJs is not happy with versions after 2.3.8 #54
 - Why "main" in Package.json is "src/index.js" and not "dist/vue-chartjs.js" #53
 - Adding static data and dynamic data at the same time. #52
 
Merged pull requests:
- separate HorizontalBar component added #56 (imbashamba)
 
v2.4.1 (2017-03-04)
v2.4.0 (2017-03-03)
Merged pull requests:
v2.3.9 (2017-03-01)
Closed issues:
Merged pull requests:
- 🐛 Fix #49 #50 (apertureless)
 
v2.3.8 (2017-03-01)
Closed issues:
- Colors of dynamically added bars in bar graph are the default color instead of specified color #42
 
Merged pull requests:
- Feature/documentation #47 (apertureless)
 - ⬆️ Update dependencies #46 (apertureless)
 - 📝 Update github issue template #45 (apertureless)
 
v2.3.6 (2017-02-22)
Closed issues:
- Please update1.1.3 chartjs to 2.5.0 #40
 - Vue-chartjs components creating a second Vue runtime #39
 - Since last update bar chart will no longer stack #38
 - barchart 如何横向显示条形图 #37
 - Animation with reactivity #34
 
Merged pull requests:
- 🐛 Fix reactiveMixins issue #42 #43 (apertureless)
 
v2.3.5 (2017-02-14)
Closed issues:
Merged pull requests:
- 🔨 Change reactiveMixins to fix #35 #36 (apertureless)
 
v2.3.4 (2017-02-11)
Closed issues:
v2.3.3 (2017-01-19)
Closed issues:
- How to create mixed chart types #29
 - hello a q about reactivity #28
 - chart do not render after build #26
 
Merged pull requests:
- 🐛 Fix #30 type error #31 (apertureless)
 
v2.3.2 (2016-12-23)
Closed issues:
- Content Security Policy #22
 
Merged pull requests:
- ✨ Add minimal release webpack config #27 (apertureless)
 - 📝 Update README #25 (apertureless)
 
v2.3.1 (2016-12-20)
Closed issues:
Merged pull requests:
- ✅ Add tests for chart instance destroying #24 (apertureless)
 - Feature/runtimebuild #22 #23 (apertureless)
 
v2.3.0 (2016-12-17)
Closed issues:
- Uncaught TypeError: _c is not a function #20
 
v2.2.1 (2016-12-07)
Closed issues:
- Chart height definition inside the component #18
 - Uncaught TypeError: Cannot read property 'draw' of null #15
 
Merged pull requests:
v2.2.0 (2016-10-24)
Closed issues:
Merged pull requests:
- add horizontal bar parameter #14 (wahaha2012)
 - WIP Feature/reactive chart data #11 #11 (apertureless)
 
v2.1.1 (2016-10-02)
v.2.1.0 (2016-09-23)
v1.1.3 (2016-09-08)
Closed issues:
Merged pull requests:
1.1.2 (2016-09-07)
Closed issues:
- Change name of the render method to ensure compatiblity with Vue 2.0 #4
 
1.1.1 (2016-08-23)
1.1.0 (2016-08-21)
Closed issues:
- Use Vue.util.mergeOptions to merge default options with user's options #5
 
Merged pull requests:
- Feature/merge options #5 #6 (apertureless)
 
1.0.3 (2016-08-20)
Closed issues:
- Publish on NPM #2
 
Merged pull requests:
1.0.2 (2016-07-27)
* This Change Log was automatically generated by github_changelog_generator