We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datasets only support integers (linearData). Shouldn't the library support decimal values? @ritesh28393
`public class ChartDataSets { public ChartDataSets();
public string Label { get; set; } public string YAxisID { get; set; } public string XAxisID { get; set; } public int[] LinearData { get; set; } public XYdataItem[] XYData { get; set; } public XYRdataItem[] XYRData { get; set; } }`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Datasets only support integers (linearData). Shouldn't the library support decimal values? @ritesh28393
`public class ChartDataSets
{
public ChartDataSets();
The text was updated successfully, but these errors were encountered: