10.0.0 to 10.1.0

Compact Chart

Before version 10.1.0, CompactChart was a default export. Starting with version 10.1.0, it is a named export, as shown in the example below.

Example:

<script>
import { CompactChart } from "./js/compactChart.js";
</script>