diff --git a/package.json b/package.json index a558b9d..2803035 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@chartwerk/line-chart", + "name": "@chartwerk/line-pod", "version": "0.2.4", "description": "Chartwerk line chart", "main": "dist/index.js", @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/chartwerk/line-chart.git" + "url": "https://gitlab.com/chartwerk/line-pod.git" }, "author": "CorpGlory", "license": "Apache-2.0", diff --git a/src/index.ts b/src/index.ts index f90018f..51e1400 100644 --- a/src/index.ts +++ b/src/index.ts @@ -488,9 +488,9 @@ export class ChartwerkLineChart extends ChartwerkPod } } -// it is used with Vue.component, e.g.: Vue.component('chartwerk-line-chart', VueChartwerkLineChartObject) +// it is used with Vue.component, e.g.: Vue.component('chartwerk-line-pod', VueChartwerkLineChartObject) export const VueChartwerkLineChartObject = { - // alternative to `template: '
'` + // alternative to `template: '
'` render(createElement) { return createElement( 'div',