Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RC1 #1245

Merged
merged 82 commits into from
Sep 15, 2023
Merged

RC1 #1245

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
0c183e8
add missing series
beto-rodriguez Sep 2, 2023
f499b53
ffixes #1209
beto-rodriguez Sep 2, 2023
57fb431
maui zoom by section on windows
beto-rodriguez Sep 2, 2023
bae7e25
remove old uno sln
beto-rodriguez Sep 4, 2023
7bddf8e
delete old uno
beto-rodriguez Sep 4, 2023
4c26cda
add old uno proj
beto-rodriguez Sep 4, 2023
3786b29
small navigation
beto-rodriguez Sep 4, 2023
b4e6b76
add shared behaviours
beto-rodriguez Sep 5, 2023
e4f9f7b
consume behaviours from maui
beto-rodriguez Sep 5, 2023
d709717
consume behaviours from androrid
beto-rodriguez Sep 5, 2023
f869c3c
add behaviours to sln
beto-rodriguez Sep 5, 2023
d2013d7
add maccatalyst events
beto-rodriguez Sep 5, 2023
7241cee
add windows
beto-rodriguez Sep 5, 2023
e74704d
rename and docs
beto-rodriguez Sep 5, 2023
e39906e
remove maui geestures
beto-rodriguez Sep 5, 2023
b4969a3
we can now target net6
beto-rodriguez Sep 5, 2023
46a74db
Apply chart behaviour to maui controls
beto-rodriguez Sep 5, 2023
451d8de
update maui samples
beto-rodriguez Sep 5, 2023
db0b4b4
remove old events from uno.winui
beto-rodriguez Sep 5, 2023
d9e3b6b
move uno proj
beto-rodriguez Sep 5, 2023
a9e27da
move uno proj
beto-rodriguez Sep 5, 2023
11a54e5
move uno
beto-rodriguez Sep 5, 2023
286e340
ref new uno proj
beto-rodriguez Sep 5, 2023
3f783d0
remove olg seturres in uno
beto-rodriguez Sep 5, 2023
154cf3b
add chartbehavour to unowinui controls
beto-rodriguez Sep 5, 2023
35b83c8
fix android nre
beto-rodriguez Sep 5, 2023
c7d8648
subscribe to pinched chart behaviour
beto-rodriguez Sep 5, 2023
ad82160
nullables
beto-rodriguez Sep 6, 2023
72d40ad
add behaviiours to uno (uwp)
beto-rodriguez Sep 6, 2023
c004cdc
update uno win nav
beto-rodriguez Sep 6, 2023
05b81c9
Merge pull request #1214 from beto-rodriguez/native-events
beto-rodriguez Sep 6, 2023
e1654eb
deploy maui destop
beto-rodriguez Sep 9, 2023
0a62533
try avalonia pinch
beto-rodriguez Sep 9, 2023
ce08a03
try 5
beto-rodriguez Sep 9, 2023
db61f33
add secondary click on double tap
beto-rodriguez Sep 9, 2023
ad1e580
add secondary on double click on avalonia
beto-rodriguez Sep 9, 2023
38cdac4
also uno uwp
beto-rodriguez Sep 9, 2023
6e95876
clean events in core chart
beto-rodriguez Sep 9, 2023
835e6b3
add net6 target to avalonia
beto-rodriguez Sep 9, 2023
067a1a8
hahndle mobile devices tooltips from core
beto-rodriguez Sep 9, 2023
1daaba5
split into avalonia dektop/android
beto-rodriguez Sep 9, 2023
a4a7d27
remove abstract modifier
beto-rodriguez Sep 9, 2023
99d2be0
remove timer approach from maui
beto-rodriguez Sep 10, 2023
fc6f3cc
improve zooming docs by platform
beto-rodriguez Sep 10, 2023
50b9584
explain tooltips across os/frameworks
beto-rodriguez Sep 10, 2023
071cd43
Merge pull request #1230 from beto-rodriguez/gestures-standard
beto-rodriguez Sep 10, 2023
f63232f
fix android selection zoom
beto-rodriguez Sep 10, 2023
bcbcf4c
fix xamarin pan
beto-rodriguez Sep 10, 2023
8199de3
remove obsolete gesture from maui
beto-rodriguez Sep 10, 2023
ba128e2
typo and ignore dominterop.js
beto-rodriguez Sep 10, 2023
ff53749
typo
beto-rodriguez Sep 10, 2023
4374665
more typos
beto-rodriguez Sep 10, 2023
7d85049
remove condition from docs
beto-rodriguez Sep 10, 2023
44e88f2
update pie series docs
beto-rodriguez Sep 10, 2023
0ed7737
more docs updates
beto-rodriguez Sep 10, 2023
7ac7b71
2.0.0-rc1
beto-rodriguez Sep 10, 2023
59fe119
improves multi-line labels
beto-rodriguez Sep 10, 2023
19e4c49
complete label animations before measure
beto-rodriguez Sep 11, 2023
1abd22b
autocalculate pie outer labels space
beto-rodriguez Sep 11, 2023
9a60f5b
fixes an issue where labelvisual was not measured properly
beto-rodriguez Sep 12, 2023
982cb8c
fixes test
beto-rodriguez Sep 12, 2023
a3b55e3
Merge pull request #1232 from beto-rodriguez/improve-multiline-labels
beto-rodriguez Sep 12, 2023
c90b43e
typo
beto-rodriguez Sep 12, 2023
fa19edd
add outlabels sample
beto-rodriguez Sep 12, 2023
0244501
remove wait....
beto-rodriguez Sep 12, 2023
4eaab5f
add label maxwidth
beto-rodriguez Sep 12, 2023
9b65a4c
labels max width
beto-rodriguez Sep 12, 2023
116adb8
fixes to maxwidth
beto-rodriguez Sep 13, 2023
f1cd60d
consider padding
beto-rodriguez Sep 13, 2023
a936a7a
add maxlabels width test
beto-rodriguez Sep 13, 2023
06d1670
test newline with max width
beto-rodriguez Sep 13, 2023
7d873db
force tooltip to stay inside
beto-rodriguez Sep 13, 2023
02e4aac
outlabels sample update
beto-rodriguez Sep 13, 2023
278d3fa
remove check y on x tooltips
beto-rodriguez Sep 13, 2023
15c9712
Merge pull request #1238 from beto-rodriguez/labels-max-width
beto-rodriguez Sep 13, 2023
fda0bf5
return last line only if has content.
beto-rodriguez Sep 13, 2023
d622890
improve append
beto-rodriguez Sep 13, 2023
04ecf91
fixes #1242
beto-rodriguez Sep 13, 2023
7444467
increase tooltip hight for tests
beto-rodriguez Sep 13, 2023
a3ddbdc
fixes #1198
beto-rodriguez Sep 15, 2023
298983d
fixes #1188
beto-rodriguez Sep 15, 2023
659ba0a
fixes #1076
beto-rodriguez Sep 15, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -350,3 +350,4 @@ nuget.exe
# https://learn.microsoft.com/en-us/dotnet/standard/library-guidance/strong-naming#create-strong-named-net-libraries
*LiveCharts.snk
build/pack.singed.ps1
/src/skiasharp/LiveChartsCore.SkiaSharpView.Blazor/wwwroot/domInterop.js
1 change: 1 addition & 0 deletions LiveCharts.Maui.sln
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Global
{288347E2-11DE-447E-ADF7-1C0EC789713B}.Release|Any CPU.Build.0 = Release|Any CPU
{0CFF42C6-E143-48DA-A01B-16097E2769FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CFF42C6-E143-48DA-A01B-16097E2769FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CFF42C6-E143-48DA-A01B-16097E2769FF}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{0CFF42C6-E143-48DA-A01B-16097E2769FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CFF42C6-E143-48DA-A01B-16097E2769FF}.Release|Any CPU.Build.0 = Release|Any CPU
{0CFF42C6-E143-48DA-A01B-16097E2769FF}.Release|Any CPU.Deploy.0 = Release|Any CPU
Expand Down
203 changes: 0 additions & 203 deletions LiveCharts.Uno.sln

This file was deleted.