wa0x6e / cal-heatmap

Cal-Heatmap is a javascript charting library to create a time-series calendar heatmap
http://cal-heatmap.com
MIT License
2.66k stars 291 forks source link

Cannot find module 'cal-heatmap/plugins/Tooltip' or its corresponding type declarations.ts(2307) #520

Open zystudios opened 2 months ago

zystudios commented 2 months ago

image

import CalHeatmap from "cal-heatmap";
import Tooltip from 'cal-heatmap/plugins/Tooltip';
import Legend from 'cal-heatmap/plugins/Legend';

image

Official example, the code will run, but with ts warning

thanks