mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
A set of minor fixes (#3014)
This commit is contained in:
committed by
GitHub
parent
5344a80535
commit
99e1de58bc
@@ -331,7 +331,7 @@ function nvd3Vis(slice, payload) {
|
||||
chart.x2Axis.tickFormat(xAxisFormatter);
|
||||
height += 30;
|
||||
}
|
||||
if (chart.xAxis && chart.xAxis.tickFormat) {
|
||||
if (isTimeSeries && chart.xAxis && chart.xAxis.tickFormat) {
|
||||
chart.xAxis.tickFormat(xAxisFormatter);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user