*_color
suffix was removed from all colors fields since they already insideColors
message.fill
andstroke
fields inChartViewBarsValues
were moved toChartViewBarsValues.colors
message.
- Fixed comments for
ChartView
bar_label_visible
,bar_label_position
,point_visible
,point_label_visible
fields
- Type of
ChartScale.domain
changed to one ofDomainNumeric
,DomainCategories
- Removed
x_scale
,y_scale
fields fromChartView
- Types of some fields of
ChartSizes
,ChartMargins
,ChartScale
,ChartView
have been changed to optional
- Removed unused imports
- Renamed
ChartViewBarsValues.BarsValues
toChartViewBarsValues.BarsDataset
- Renamed
ChartViewPointsValues.PointValues
toChartViewPointsValues.Point
First release of lc-proto specifications
- Added
api_service
specification for public API - Added
chart
specification with chart options - Added
color
specification with color options - Added
renderer_service
specification for renderer API - Added
scale
specification to configure band and linear scales - Added
view
specification to configure area, horizontal and vertical bars, line, scatter views - Added
view_values
specification to configure bars, points and scalar views values