Skip to content
Snippets Groups Projects
Commit c161dd06 authored by benjamin's avatar benjamin
Browse files

chartkit - dont require charts to define showLegend

parent fe229469
Branches
No related tags found
No related merge requests found
......@@ -339,7 +339,7 @@
this.formatCoordinateGrid();
}
if (this.chartType.showLegend(this)) {
if (this.chartType.showLegend && this.chartType.showLegend(this)) {
this.addLegend();
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment