From 4fc453dfcf380c047bac21efee80a1781f6e8052 Mon Sep 17 00:00:00 2001 From: Chris Modzelewski Date: Tue, 5 Nov 2024 10:31:15 -0500 Subject: [PATCH 1/2] Fixed missing required module for HeatmapOptions and HeatmapSeries. Closes #207. --- highcharts_core/constants.py | 1 + highcharts_core/module_requirements.json | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/highcharts_core/constants.py b/highcharts_core/constants.py index d5255c4..86251e4 100644 --- a/highcharts_core/constants.py +++ b/highcharts_core/constants.py @@ -129,6 +129,7 @@ def __repr__(self):