Generated: 2026-05-18 18:44:28
- Total properties analyzed: 39020
- ✅ Fully supported: 38990 (99.9%)
⚠️ Partially supported: 2 (0%)- ❌ Unsupported: 28 (0.1%)
- 🔍 Requires investigation: 0 (0%)
Examples: geo.preserveAspectAlign, geo.preserveAspectVerticalAlign, dividerLineStyle.cap Suggestion: Add enum type mapping: AddMappedEnumType(new MappedEnumType("{propName}", typeof(???)), "{parentName}");
Examples: crossStyle.type, crossStyle.type, crossStyle.type Suggestion: Pattern 'array,enum,number' is complex - investigate if typed accessor pattern is appropriate
Examples: itemStyle.borderColorSaturation, itemStyle.borderColorSaturation, itemStyle.borderColorSaturation Suggestion: Create custom union type: ColorOrNumber (see NumberOrString pattern for template)
Examples: dayLabel.nameMap, monthLabel.nameMap Suggestion: Create custom union type: ArrayOrEnum (see NumberOrString pattern for template)
Examples: PictorialBarSeries.symbolMargin, PictorialBarSeriesData.symbolMargin Suggestion: Pattern 'number,percentvector,string' is complex - investigate if typed accessor pattern is appropriate
Examples: PiecewiseVisualMap.itemGap Suggestion: Investigate if a custom type is needed
Examples: tooltip.appendTo Suggestion: Pattern 'function,htmlelement,string' is complex - investigate if typed accessor pattern is appropriate
Examples: dataset.source Suggestion: Create custom union type: ArrayOrObject (see NumberOrString pattern for template)
Examples: areaStyle.origin Suggestion: Create custom union type: EnumOrNumber (see NumberOrString pattern for template)
Examples: PieSeries.emptyCircleStyle Suggestion: Create custom union type: BooleanOrObject (see NumberOrString pattern for template)
Pattern: object? with typed accessors Examples: SunburstSeries.sort, FunnelSeries.sort