Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.5.5
-
-
406effc62 (dev), 720060d9a (6.10), 2c974ec4e (6.9), f3df7f137 (tqtc/lts-6.8), 7ecaeb43f (tqtc/lts-6.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