Commit 6d4200d2 by Ooh-Ao

no message

parent 2b538c65
...@@ -94,7 +94,18 @@ export class HomeCommonComponent { ...@@ -94,7 +94,18 @@ export class HomeCommonComponent {
chartOptions6: any; chartOptions6: any;
chartOptions7: any; chartOptions7: any;
chartOptions8: any; chartOptions8: any;
chartOptions9: any chartOptions9: any = {
series: [],
chart: { height: 320, type: 'line', dropShadow: {/*…*/ }, toolbar: { show: false }, events: {/*…*/ } },
colors: ['#845adf', '#23b7e5'],
dataLabels: { enabled: true },
stroke: { curve: 'smooth' },
xaxis: { categories: [], title: { text: 'เดือน' }, labels: {/*…*/ } },
yaxis: { min: 0, max: 100, title: { text: 'จำนวนครั้ง' }, labels: {/*…*/ } },
legend: { position: 'top', horizontalAlign: 'right', floating: true, offsetY: -25, offsetX: -5 },
grid: { borderColor: '#f2f5f7' },
markers: { size: 3 }
};
optionsCircle1: any; optionsCircle1: any;
optionsCircle2: any; optionsCircle2: any;
optionsCircle3: any; optionsCircle3: any;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment