Mathis Kölker

Results 3 comments of Mathis Kölker

If I manually edit the `OD.h` file and add these two definitions, it compiles. ```cpp #define OD_CNT_HB_PROD 1 #define OD_CNT_EM_PROD 1 ```

I'm facing the same issue. I've set the background on a `LineChart` to transparent, but it renders as the background color instead of the composable that is actually underneath. It...