Content-Length: 284762 | pFad | http://github.com/weizhenye/vue-highcharts/commit/d29c6e0862ec143a8f4d1661c05e008a74c0b4c0
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70951e3 commit d29c6e0Copy full SHA for d29c6e0
src/create.js
@@ -17,7 +17,7 @@ function create(tagName, Highcharts) {
17
}
18
: { options: { type: Object, required: true } },
19
methods: {
20
- _init: function() {
+ _initChart: function() {
21
this._renderChart();
22
if (isRenderer) {
23
this.$watch('width', this._renderChart);
@@ -36,7 +36,7 @@ function create(tagName, Highcharts) {
36
37
},
38
mounted: function() {
39
- this._init();
+ this._initChart();
40
41
beforeDestroy: function() {
42
@@ -51,7 +51,7 @@ function create(tagName, Highcharts) {
51
52
// compat Vue v1.x
53
ready: function() {
54
55
56
};
57
Fetched URL: http://github.com/weizhenye/vue-highcharts/commit/d29c6e0862ec143a8f4d1661c05e008a74c0b4c0
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments