oliviar
07-05-2022Data Storage
Overlapping Column Chart
I am looking at a Goal vs. Actual column chart. I have two context cases for this framework: units goal and units sold, and revenue goal and revenue collected. I have my bar chart working correctl...
- 07-06-2022
Hi oliviar ,
Try these methods:
1. Columns chart with Fixed Placement: https://www.binextlevel.com/post/columns-chart-with-fixed-placement
2. Convert bar chart to progress bars: https://www.binextlevel.com/post/convert-bar-chart-to-progress-bars
-Hari
- 07-07-2022
One option is to remove below lines of code from the script, so that it will display default Sisense tooltip with formatted numbers.
widget.on("beforedatapointtooltip", function (se, args){ args.cancel=true; });
ev.result.tooltip.shared = true ev.result.tooltip.enabled = true
-Hari