Skip to content

Commit

Permalink
adding point_series type
Browse files Browse the repository at this point in the history
(the others are left for backward compatibility)
  • Loading branch information
ppisljar committed Nov 3, 2016
1 parent 29c2021 commit b1bd840
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/public/vislib/lib/types/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default function TypeFactory(Private) {
line: pointSeries.line,
pie: Private(VislibLibTypesPieProvider),
area: pointSeries.area,
tile_map: Private(VislibLibTypesTileMapProvider)
tile_map: Private(VislibLibTypesTileMapProvider),
point_series: pointSeries.line
};
};

0 comments on commit b1bd840

Please sign in to comment.