We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722c072 commit 47fec1dCopy full SHA for 47fec1d
adminforth/spa/src/afcl/PieChart.vue
@@ -172,4 +172,23 @@ onUnmounted(() => {
172
apexChart.destroy();
173
}
174
});
175
-</script>
+</script>
176
+
177
+<style lang="scss">
178
+:root {
179
+ --tw-text-gray: #6B7280;
180
181
+}
182
+[data-theme='dark'] {
183
+ --tw-text-gray: #9CA3AF;
184
185
186
+.apexcharts-datalabel-label,
187
+.apexcharts-datalabel-value{
188
+ fill: var(--tw-text-gray);
189
190
+.apexcharts-legend-text {
191
+ color: var(--tw-text-gray) !important;
192
193
194
+</style>
0 commit comments