Simple recreation.
1.
select
'dbr.chart'
,
'Pie'
;
2.
select
'dbr.chart.options'
,
'chartjs'
;
3.
select
'A'
, 3
4.
union
5.
select
'B'
,7;
Simple recreation.
1.
select
'dbr.chart'
,
'Pie'
;
2.
select
'dbr.chart.options'
,
'chartjs'
;
3.
select
'A'
, 3
4.
union
5.
select
'B'
,7;
After what action does that happen? What is the browser you are using?
See the demo report.
--
myDBR Team
Pretty sure this is the issue - seems like it is related to chartjs and has been fixed with the 4.1.1 release yesterday.
Included Chart.js has now been updated to version 4.1.1.
--
myDBR Team
You must log in to post.