Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vislib/axis #8254

Merged
merged 8 commits into from
Sep 14, 2016
Prev Previous commit
Next Next commit
fixing error ...
ppisljar committed Sep 14, 2016
commit 727eecc053b9c32c5c6534dc2945c46efa1e4798
1 change: 0 additions & 1 deletion src/ui/public/vislib/lib/handler/types/point_series.js
Original file line number Diff line number Diff line change
@@ -12,7 +12,6 @@ export default function ColumnHandler(Private) {
const Handler = Private(VislibLibHandlerHandlerProvider);
const Data = Private(VislibLibDataProvider);
const Axis = Private(VislibAxis);
const AxisTitle = Private(VislibLibAxisTitleProvider);
const ChartTitle = Private(VislibLibChartTitleProvider);
const Alerts = Private(VislibLibAlertsProvider);