mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2025-10-29 18:00:20 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f7dda3c3b | ||
|
|
f04441ab36 | ||
|
|
acb3d5c823 | ||
|
|
92bac84dae | ||
|
|
85e946dbe1 |
29
CHANGELOG.md
29
CHANGELOG.md
@@ -1,5 +1,34 @@
|
||||
# Change Log
|
||||
|
||||
## [v2.7.0](https://github.com/apertureless/vue-chartjs/tree/v2.7.0) (2017-07-04)
|
||||
[Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v2.6.5...v2.7.0)
|
||||
|
||||
**Closed issues:**
|
||||
|
||||
- Reactive Data Tutorial [\#132](https://github.com/apertureless/vue-chartjs/issues/132)
|
||||
- Using inline plugins [\#130](https://github.com/apertureless/vue-chartjs/issues/130)
|
||||
- Scatter Chart [\#129](https://github.com/apertureless/vue-chartjs/issues/129)
|
||||
- Generating Chart after clicking submit button [\#128](https://github.com/apertureless/vue-chartjs/issues/128)
|
||||
- Ticks not working with reactive props [\#127](https://github.com/apertureless/vue-chartjs/issues/127)
|
||||
- Error in callback for watcher "chartData": "TypeError: Cannot read property 'data' of undefined" [\#126](https://github.com/apertureless/vue-chartjs/issues/126)
|
||||
- Passing the data from vue to chartjs [\#125](https://github.com/apertureless/vue-chartjs/issues/125)
|
||||
- Combination of Bar and Line Chart [\#123](https://github.com/apertureless/vue-chartjs/issues/123)
|
||||
- Reactive data example not working [\#122](https://github.com/apertureless/vue-chartjs/issues/122)
|
||||
- vue-chartjs height was 0 when i set v-show [\#120](https://github.com/apertureless/vue-chartjs/issues/120)
|
||||
- Bar chart, barPercentage in X axis [\#119](https://github.com/apertureless/vue-chartjs/issues/119)
|
||||
- update event not firing on data change [\#118](https://github.com/apertureless/vue-chartjs/issues/118)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- ✅ Update tests for addPlugin method [\#140](https://github.com/apertureless/vue-chartjs/pull/140) ([apertureless](https://github.com/apertureless))
|
||||
- Fix beforeDestory when renderChart was not called [\#139](https://github.com/apertureless/vue-chartjs/pull/139) ([ZhangYiJiang](https://github.com/ZhangYiJiang))
|
||||
- Add support for inline plugins [\#137](https://github.com/apertureless/vue-chartjs/pull/137) ([kurbar](https://github.com/kurbar))
|
||||
- Feature/scatter chart [\#136](https://github.com/apertureless/vue-chartjs/pull/136) ([apertureless](https://github.com/apertureless))
|
||||
- 🐛 Fix \#122 reactive mixin [\#135](https://github.com/apertureless/vue-chartjs/pull/135) ([apertureless](https://github.com/apertureless))
|
||||
- 📝 Add resources & tutorials to docs [\#133](https://github.com/apertureless/vue-chartjs/pull/133) ([apertureless](https://github.com/apertureless))
|
||||
- fix a typo in an example [\#131](https://github.com/apertureless/vue-chartjs/pull/131) ([JobV](https://github.com/JobV))
|
||||
- Update README [\#121](https://github.com/apertureless/vue-chartjs/pull/121) ([stoykostanchev](https://github.com/stoykostanchev))
|
||||
|
||||
## [v2.6.5](https://github.com/apertureless/vue-chartjs/tree/v2.6.5) (2017-06-10)
|
||||
[Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v2.6.4...v2.6.5)
|
||||
|
||||
|
||||
@@ -262,30 +262,30 @@ Sometimes you need more control over chart.js. Thats why you can access the char
|
||||
There are two versions of the Bar chart. `{Bar}` and `{HorizontalBar}`
|
||||
</p>
|
||||
|
||||

|
||||

|
||||
### Line Chart
|
||||
|
||||

|
||||

|
||||
|
||||
### Doughnut
|
||||
|
||||

|
||||

|
||||
|
||||
### Pie
|
||||
|
||||

|
||||

|
||||
|
||||
### Radar
|
||||
|
||||

|
||||

|
||||
|
||||
### Polar Area
|
||||
|
||||

|
||||

|
||||
|
||||
### Bubble
|
||||
|
||||

|
||||

|
||||
|
||||
## Webpack, Browserify and dist files.
|
||||
|
||||
|
||||
@@ -264,30 +264,30 @@ export default Line.extend({
|
||||
棒グラフには `{Bar}` と `{HorizontalBar}` の2つのバージョンがあります。
|
||||
</p>
|
||||
|
||||

|
||||

|
||||
### 折れ線グラフ
|
||||
|
||||

|
||||

|
||||
|
||||
### ドーナツチャート
|
||||
|
||||

|
||||

|
||||
|
||||
### パイチャート
|
||||
|
||||

|
||||

|
||||
|
||||
### レーダーチャート
|
||||
|
||||

|
||||

|
||||
|
||||
### 鶏頭図
|
||||
|
||||

|
||||

|
||||
|
||||
### バブルチャート
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## ビルド方法の違い
|
||||
|
||||
@@ -221,31 +221,31 @@ export default Line.extend({
|
||||
|
||||
### Gráfico de Barra
|
||||
|
||||

|
||||

|
||||
|
||||
### Gráfico de Linha
|
||||
|
||||

|
||||

|
||||
|
||||
### Donut
|
||||
|
||||

|
||||

|
||||
|
||||
### Pizza
|
||||
|
||||

|
||||

|
||||
|
||||
### Radar
|
||||
|
||||

|
||||

|
||||
|
||||
### Área Polar
|
||||
|
||||

|
||||

|
||||
|
||||
### Bolha
|
||||
|
||||

|
||||

|
||||
|
||||
## Configurações de Build
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue-chartjs",
|
||||
"version": "2.7.0",
|
||||
"version": "2.7.1",
|
||||
"description": "vue.js wrapper for chart.js",
|
||||
"author": "Jakub Juszczak <jakub@posteo.de>",
|
||||
"homepage": "http://vue-chartjs.org",
|
||||
|
||||
@@ -6,6 +6,7 @@ import Pie from './BaseCharts/Pie'
|
||||
import PolarArea from './BaseCharts/PolarArea'
|
||||
import Radar from './BaseCharts/Radar'
|
||||
import Bubble from './BaseCharts/Bubble'
|
||||
import Scatter from './BaseCharts/Scatter'
|
||||
import mixins from './mixins/index.js'
|
||||
import npmCfg from '../package.json'
|
||||
|
||||
@@ -19,6 +20,7 @@ const VueCharts = {
|
||||
PolarArea,
|
||||
Radar,
|
||||
Bubble,
|
||||
Scatter,
|
||||
mixins
|
||||
}
|
||||
|
||||
@@ -34,5 +36,6 @@ export {
|
||||
PolarArea,
|
||||
Radar,
|
||||
Bubble,
|
||||
Scatter,
|
||||
mixins
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user