main = {
ReactDOM.render(jsx({ motion_damping, motion_stiffness, Line, ResponsiveLine, line_data, line_specs})`${line_specs}`, line_container)
ReactDOM.render(jsx({ motion_damping, motion_stiffness, Chord, ResponsiveChord, chord_data })`${chord_specs}`, chord_container)
ReactDOM.render(jsx({ motion_damping, motion_stiffness, Calendar, ResponsiveCalendar, calendar_data, calendar_specs})`${calendar_specs}`, calendar_container)
ReactDOM.render(jsx({ heatmap_colors, motion_damping, motion_stiffness, ResponsiveHeatMap, heatmap_data, heatmap_specs})`${heatmap_specs}`, heatmap_container)
}