You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

navigation.md 496 B

1234567891011121314151617181920212223
  1. # Navigation
  2. <chart-demo data="2" v-bind:config="{
  3. type: 'bar',
  4. height: 140,
  5. isNavigable: 1,
  6. colors: ['orange'],
  7. axisOptions: { xAxisMode: 'tick' },
  8. barOptions: { spaceRatio: 0.2 },
  9. }">
  10. </chart-demo>
  11. <chart-demo data="2" sideContent="2"
  12. v-bind:config="{
  13. type: 'bar',
  14. height: 140,
  15. isNavigable: 1,
  16. colors: ['grey'],
  17. axisOptions: { xAxisMode: 'tick' },
  18. barOptions: { spaceRatio: 0.2 },
  19. }">
  20. </chart-demo>