store_id = 0 has value 20
store_id = 1 has value 18
store_id = 2 has value 20
When you hover over the tooltip, it only shows '18' for store_id 1. It doesn't show '20' for store_id 2. While this is functionally true since for the frontend, it won't matter, technically there's a difference.
store_id = 0 has value 20
store_id = 1 has value 18
store_id = 2 has value 20
When you hover over the tooltip, it only shows '18' for store_id 1. It doesn't show '20' for store_id 2. While this is functionally true since for the frontend, it won't matter, technically there's a difference.