8 lines
157 B
C#
8 lines
157 B
C#
using RobotNet.WebApp.Charts.Models.Common.Plugins;
|
|
|
|
namespace RobotNet.WebApp.Charts.Models.LineChart;
|
|
|
|
public class LineChartPlugins : ChartPlugins
|
|
{
|
|
}
|