@override Map<String, dynamic> toJson() => { '__type': 'HWBarChart', 'bind': bind.toJson(), 'color': color?.toJson(), 'spacing': spacing, 'radius': radius, 'height': height, };