Guest User

Untitled

a guest
Jun 27th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <template>
  2. <ak-chart k-title.bind="{text: 'Gross Domestic product growth \n /GDP annual %/'}"
  3. k-legend.bind="{position: 'bottom'}"
  4. k-series-defaults.bind="seriesDefaults"
  5. k-series.bind="series"
  6. k-value-axis.bind="valueAxis"
  7. k-category-axis.bind="categoryAxis"
  8. k-tooltip.bind="tooltip">
  9. </ak-chart>
  10. </template>
Add Comment
Please, Sign In to add comment