Initial implementation of a painter that serializes chart to JSON - #2812
Initial implementation of a painter that serializes chart to JSON#2812dbarashev wants to merge 8 commits into
Conversation
|
Claude finished @dbarashev's task in 6m 12s —— View job Review: JSON chart painter
The refactoring is clean: extracting Below are the things I'd address before this becomes the basis for the client-side renderer. 1. Z-order is lost, and the renderer inverts it further
This is inherent to the model shape, not to the renderer, so it needs a model change. Cheapest fix: give every primitive a monotonically increasing sequence number in 2.
|
Bugfix: the rendering order is not preserved.
Enhancement: texts are now recognized
Bugfix: stroke width styles
|
Claude finished @dbarashev's task in 5m 19s —— View job Review: JSON chart painter (round 2)
Good progress since the last round. Three of the five earlier blockers are genuinely fixed:
Two are still open (items 1 and 2 below), and reading the text/border code more closely surfaced a few fidelity gaps that will show up as soon as a real chart model is fed to the renderer. 1.
|
What is inside: