8 lines
163 B
C#
8 lines
163 B
C#
using RobotNet.WebApp.Charts.Models.Common.Dataset;
|
|
|
|
namespace RobotNet.WebApp.Charts.Models.PieChart;
|
|
|
|
public class PieChartDataset : ChartDataset<double>
|
|
{
|
|
}
|