Skip to content

Commit

Permalink
Added test template for bar series.
Browse files Browse the repository at this point in the history
  • Loading branch information
bre1470 authored and TorsteinHonsi committed Aug 27, 2019
1 parent 2c6a786 commit 7af1a65
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions test/templates/highcharts/bar.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
TestTemplate.register('highcharts/bar', Highcharts.chart, {

chart: {
type: 'bar'
},

title: {
text: 'template/highcharts/bar'
},

series: [{
type: 'bar',
data: [1, 3, 2]
}]

});

0 comments on commit 7af1a65

Please sign in to comment.