pharo-graphics / Roassal

The Roassal Visualization Engine
MIT License
16 stars 11 forks source link

Chart extent should by default follow the viewport #23

Closed akevalion closed 9 months ago

akevalion commented 10 months ago

By default the chart extent is squared. We can change it by a fixed extent.

chart := RSChart new.
chart extent: 400@ 200.

But usually we would like that the extent follows the viewport. For example, if we reshape the containing window, the plot should redraw to adapt to it.

akevalion commented 9 months ago

moved to roassal3