Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5.5
Description
Selection color doesn't work for barsets added to QBarSeries with insert method. Instead of insert, if I use QBarSeries::append then selection color reflects as expected. Note: It happens for both C++ and Python APIs.
Using insert :
Screen Recording 2024-12-19 at 3.47.51 PM.mov
Using append insted of insert (rest of the script is same) :
Screen Recording 2024-12-19 at 3.48.37 PM.mov
Attaching the python script.
You can also find c++ implementation : cpp_sample_code.cxx