|
|
|
@ -2,7 +2,7 @@ import { LinePod } from '..';
|
|
|
|
|
import { VueChartwerkPodMixin } from '@chartwerk/core'; |
|
|
|
|
|
|
|
|
|
// it is used with Vue.component, e.g.: Vue.component('chartwerk-line-pod', VueChartwerkLinePod)
|
|
|
|
|
export const VueChartwerkLinePod = { |
|
|
|
|
export const ChartwerkLinePod = { |
|
|
|
|
// alternative to `template: '<div class="chartwerk-line-pod" :id="id" />'`
|
|
|
|
|
render(createElement) { |
|
|
|
|
return createElement( |
|
|
|
|