Vladimir Peter
Vladimir Peter
To achieve horizontal scrolling for the LineChart, I am wrapping it in a container with a large width (in code below it's 2 x the number of data points )...
Can you please add something in the documentation or comment here to elaborate on this. This is the init method signature ```Dart ... /// [returnUrlForSca] should be used to specify...
@clstaudt Some definitions, such as whether a field is optional or not, are hinted on the View. And after all, any change to add or remove a field from a...
@clstaudt One more thing, consider a required field `Rate: Rate of enumeration`. To be valid it should be 1. not empty, 2. numeric (not alphanumeric or just letters), and perhaps...
@clstaudt By the way, there was an issue in which you mentioned something about having a Ui form that is generated from the model. This is something that Django does....
@clstaudt I am not sure about the rest of that code, but if the validation error is such that this part works, then great: ```python errors = ve.errors() table =...