8 lines
167 B
C#
8 lines
167 B
C#
using RobotNet.WebApp.Charts.Models.Common.Plugins;
|
|
|
|
namespace RobotNet.WebApp.Charts.Models.PolarAreaChart;
|
|
|
|
public class PolarAreaChartPlugins : ChartPlugins
|
|
{
|
|
}
|