Update Software Design authored by Richard Schmidt's avatar Richard Schmidt
...@@ -89,7 +89,7 @@ In the following a table with all available properties is presented. All distanc ...@@ -89,7 +89,7 @@ In the following a table with all available properties is presented. All distanc
|| floatingDot.frames | true/false | Decides wether frames should be drawn around data points in line plots. | ✔ | true || floatingDot.frames | true/false | Decides wether frames should be drawn around data points in line plots. | ✔ | true
|| floatingDot.derivation | true/false | Decides wether numbered axes should be named with numbers or with letter derivations. | ✔ | true || floatingDot.derivation | true/false | Decides wether numbered axes should be named with numbers or with letter derivations. | ✔ | true
|| floatingDot.grid | true/false | Decides wether a grid should be drawn. | ✔ | true || floatingDot.grid | true/false | Decides wether a grid should be drawn. | ✔ | true
|| floatingDot.pointFrame | true/false | Decides wether only point frames should be used for all data series for framed line plots. If floatingDot.frames is true, this attribute takes higher priority. | ✔ | false || floatingDot.dotFrame | true/false | Decides wether only dot frames should be used for all data series for framed line plots. If floatingDot.frames is true, this attribute takes higher priority. | ✔ | false
|| ... | ... | ... | ... | ... | || ... | ... | ... | ... | ... |
## Input Data Parsing ## Input Data Parsing
... ...
......