Commit 0e28a3d
DIAGNOSTIC: turn off labels/legend/grid/axes in chart-line
Trying to narrow down which XYChart.draw subpath is making chart-line
render blank on iOS GL+Metal. With ShowLabels/ShowLegend/ShowGrid/
ShowAxes all disabled the chart paints only the data series strokes
(drawPath through GeneralPath -> Graphics.drawShape). If chart-line
then captures a non-blank PNG on iOS we know drawText/drawLegend/
drawGrid/drawAxes is at fault; if it stays blank, drawSeries' drawPath
is the suspect. This commit is purely diagnostic and will be reverted
once the culprit is identified.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent fcd5482 commit 0e28a3d
1 file changed
Lines changed: 14 additions & 2 deletions
File tree
- scripts/hellocodenameone/common/src/main/java/com/codenameone/examples/hellocodenameone/tests/charts
Lines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
45 | 57 | | |
46 | 58 | | |
47 | 59 | | |
| |||
0 commit comments