Skip to content

Tags: belucha/oxyplot.blazor

Tags

v2.7.0

Toggle v2.7.0's commit message
## 2026-05-28 v2.7.0

- added some performance optmizations
- fix image rendering

v2.6.0

Toggle v2.6.0's commit message
## 2025-01-04 v2.6.0

- update to OxyPlot.Core 2.2.0
- merge #19: Fix Scrolling on Firefox by Apflkuacha
- add net9.0 support
- drop net6.0 support

v2.5.9

Toggle v2.5.9's commit message
## 2024-01-24 v2.5.9

- add net8.0 as target framework in deploy script to

v2.5.8

Toggle v2.5.8's commit message
## 2024-01-24 v2.5.8

v2.5.7

Toggle v2.5.7's commit message
## 2023-05-16 v2.5.7

- improve: svg clip path id is not regenerated on upon every update (only for dynamic data)

v2.5.6

Toggle v2.5.6's commit message
## 2023-05-15 v2.5.6

v2.5.5

Toggle v2.5.5's commit message
- fix: wrong scaling after Plot in animation (e.g. dialog popup)

* change ResizeObserver to use the `contentRect` supplied
   from the observer instead of calling getBoundingClientRect()

v2.5.4

Toggle v2.5.4's commit message
## 2023-03-02 v2.5.4

- change ResizeObserver, don't suprees first OnSizeChanged event

v2.5.3

Toggle v2.5.3's commit message
## 2023-03-02 v2.5.3

- change ResizeObserver namespace to allow the use of options

v2.5.2

Toggle v2.5.2's commit message
## 2023-02-21 v2.5.2

- use ResizeObserver instaed of Timer for size observation (copied from MudBlazor)