Commit History

Author SHA1 Message Date
  therealbluepandabear 4dd268c2bc Rename `Coordinate` and `Dimension` to `Vector` with `x` and `y`. 2 years ago
  therealbluepandabear 5501214ac4 Fix wrong dimension for `StackLayout`. Rename `Coordinates` to `Coordinate` and `Dimensions` to `Dimension`. Make `StackLayout`'s `children` field public as it may be useful for those who wish to use this library. 2 years ago
  therealbluepandabear ca9c4f9770 Minor `Chart` code cleanup. 2 years ago
  therealbluepandabear 194d105ce2 `Chart` update: user can now create bar charts. Now, there are two chart types you can create given with the `ChartType` enum: `ChartType.bar` or `ChartType.column`. 2 years ago
  therealbluepandabear 1de83f1c8c Add ability to set background color for `Chart`. 2 years ago
  therealbluepandabear 0d9485e39f Add default color (`Color.White`) for `Chart`. 2 years ago
  therealbluepandabear ffbed0be50 Major `Rect` updates: there are now only two ways that you can make a `Rect`, using the `withFill` or `withFrame` static functions. Furthermore, the user can now create filled rectangles! 2 years ago
  therealbluepandabear f4f73e3d3c Add column width for `Chart` (may contain bugs). 2 years ago
  therealbluepandabear 6761ba6095 Add column spacing for `Chart` (may contain bugs). 2 years ago
  therealbluepandabear 1ec6e3f67b Add `Chart` control. 2 years ago