Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Function onThemeChange

    • Subscribe to theme changes and invoke the callback with the new ThemeColors. Returns an unsubscribe function.

      const unsub = onThemeChange((colors) => {
      chart.data.datasets[0].backgroundColor = colors.cyan;
      chart.update();
      });

      Parameters

      Returns () => void