Skip to content

Commit 3bbf5a9

Browse files
author
Mischa Spelt
committed
Add configuration class for chart.js Annotations plugin.
1 parent be1ca7d commit 3bbf5a9

File tree

3 files changed

+746
-0
lines changed

3 files changed

+746
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Text;
5+
using System.Threading.Tasks;
6+
7+
namespace BlazorBootstrap;
8+
9+
public enum PointStyle
10+
{
11+
Circle,
12+
Cross,
13+
CrossRot,
14+
Dash,
15+
Line,
16+
Rect,
17+
RectRounded,
18+
RectRot,
19+
Star,
20+
Triangle
21+
}

0 commit comments

Comments
 (0)