mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Add timeseries chart
This commit is contained in:
parent
599a9f4314
commit
88cb02c2e6
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ bdd.describe('visualize app', function describeIndexTests() {
|
|||
bdd.it('should show the correct chart types', function pageHeader() {
|
||||
var expectedChartTypes = [
|
||||
'Area chart', 'Data table', 'Line chart', 'Markdown widget',
|
||||
'Metric', 'Pie chart', 'Tile map', 'Vertical bar chart'
|
||||
'Metric', 'Pie chart', 'Tile map', 'Timeseries', 'Vertical bar chart'
|
||||
];
|
||||
// find all the chart types and make sure there all there
|
||||
return PageObjects.visualize.getChartTypes()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue