Guest User

Untitled

a guest
Jan 21st, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <template>
  2.  
  3. <div class="content-container-fluid">
  4. <ej-chart id="container1" e-legend.bind="legend" e-size.bind="size" e-title.bind="title" e-common-series-options.bind="commonSeriesOptions">
  5. <ej-series e-palette="color" e-data-source.bind="ExpendituresList" e-x-name="xName" e-y-name="yName">
  6. </ej-series>
  7. </ej-chart>
  8. </div>
  9. </template>
Add Comment
Please, Sign In to add comment