diff --git a/demo_vue/app/examples/Basic.vue b/demo_vue/app/examples/Basic.vue index 68e6a1ea..1686be5f 100644 --- a/demo_vue/app/examples/Basic.vue +++ b/demo_vue/app/examples/Basic.vue @@ -49,7 +49,7 @@ export default Vue.extend({ onChartLoaded() { const chart = this.$refs.chart['nativeView'] as LineChart; chart.drawFrameRate = true; - + // chart.setClipHighlightToContent(true); // chart.backgroundColor = 'white'; // disable description text // chart.getDescription().setEnabled(false); diff --git a/src/charting/charts/BarLineChartBase.ts b/src/charting/charts/BarLineChartBase.ts index bcd859ec..31b46982 100644 --- a/src/charting/charts/BarLineChartBase.ts +++ b/src/charting/charts/BarLineChartBase.ts @@ -1268,6 +1268,14 @@ export abstract class BarLineChartBase