fix(ui) - table drilldown dates
This commit is contained in:
parent
e136497b6f
commit
2e80852e39
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ function WidgetChart(props: Props) {
|
|||
const onChartClick = (event: any) => {
|
||||
if (event) {
|
||||
if (isTableWidget || isPieChart) { // get the filter of clicked row
|
||||
const periodTimestamps = period.toTimestamps()
|
||||
const periodTimestamps = drillDownPeriod.toTimestamps()
|
||||
drillDownFilter.merge({
|
||||
filters: event,
|
||||
startTimestamp: periodTimestamps.startTimestamp,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue