Commit 455c43a
fix(widgets): null hidden chart-series textTemplates (TimeSeries markerColor)
A TimeSeries/LineChart with a default 'line' series tripped CE0463: the series'
markerColor textTemplate was serialized as an empty Forms$ClientTemplate, but
Studio Pro stores it as null when the property is hidden. chartSeriesTextTemplateVisible
honored only the dataSet (static/dynamic) gate and missed the item-level editorConfig
gates — markerColor is hidden unless lineStyle == 'lineWithMarkers' (default 'line'),
and fillColor unless enableFillArea is truthy (default true).
Add chartSeriesTextTemplateHiddenByItemConfig, mirroring the widget's
hideNestedPropertiesIn rules, so a hidden series textTemplate serializes as null
rather than an empty ClientTemplate. Verified: default TimeSeries line -> 0 errors,
lineStyle 'lineWithMarkers' keeps markerColor visible, full chart example (all
types) 0 errors.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JXnEgoc2NQP1Y2TWMCMXC41 parent 20f5a51 commit 455c43a
2 files changed
Lines changed: 94 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
808 | 808 | | |
809 | 809 | | |
810 | 810 | | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
811 | 847 | | |
812 | 848 | | |
813 | 849 | | |
| |||
846 | 882 | | |
847 | 883 | | |
848 | 884 | | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
849 | 896 | | |
850 | 897 | | |
851 | 898 | | |
| |||
934 | 981 | | |
935 | 982 | | |
936 | 983 | | |
937 | | - | |
| 984 | + | |
| 985 | + | |
938 | 986 | | |
939 | 987 | | |
940 | 988 | | |
| |||
0 commit comments