Skip to content
Snippets Groups Projects
Commit 9d4c2749 authored by Radek Puš's avatar Radek Puš
Browse files

legend in graf

parent ac1affd2
No related branches found
No related tags found
No related merge requests found
......@@ -156,6 +156,14 @@ export class HomeChartDefinitionsService {
lang: {
noData: "Žádná data k zobrazení"
},
plotOptions: {
pie: {
dataLabels: {
enabled: false
},
showInLegend: true
}
},
series: [
{
name: 'Výdaje',
......@@ -183,6 +191,14 @@ export class HomeChartDefinitionsService {
lang: {
noData: "Žádná data k zobrazení"
},
plotOptions: {
pie: {
dataLabels: {
enabled: false
},
showInLegend: true
}
},
series: [
{
name: 'Výdaje',
......@@ -302,6 +318,14 @@ export class HomeChartDefinitionsService {
lang: {
noData: "Žádná data k zobrazení"
},
plotOptions: {
pie: {
dataLabels: {
enabled: false
},
showInLegend: true
}
},
series: [
{
name: 'Line 1',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment