Chart panning performance fix
A targeted patch on top of v1.0.8: packaged builds were over-obfuscating the chart engine, which throttled panning and zooming. This restores full frame rate. No feature or API changes; everything from v1.0.8 carries over.
Performance
- perfSmooth chart panning in the installed app. The production build no longer applies control-flow flattening and number-to-expression transforms to the chart rendering hot path, which were the cause of low-FPS panning and zooming on packaged v1.0.8. Dev builds were never affected.