-
Notifications
You must be signed in to change notification settings - Fork 634
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
Live Chart Dynamo Implementation #13631
Commits on Dec 7, 2022
-
- added Live Charts to Dynamo UI Nodes - this is the first commit for this PR
Configuration menu - View commit details
-
Copy full SHA for 1023291 - Browse repository at this point
Copy the full SHA 1023291View commit details
Commits on Dec 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 321a326 - Browse repository at this point
Copy the full SHA 321a326View commit details
Commits on Dec 14, 2022
-
- created a resource dictionary for custom default charts theme
Configuration menu - View commit details
-
Copy full SHA for 5c7052a - Browse repository at this point
Copy the full SHA 5c7052aView commit details
Commits on Dec 19, 2022
-
Live Charts Added to Dynamo Dictionary
- added supporting files for Dynamo Dictionary (icons, dyn example files, image example files, markdown (markdowns are 'empty', to be detailed by UX team) - changed namespace for Live Chart nodes
Configuration menu - View commit details
-
Copy full SHA for 25e8de3 - Browse repository at this point
Copy the full SHA 25e8de3View commit details
Commits on Jan 4, 2023
-
- renamed help files to match node full (type) names
Configuration menu - View commit details
-
Copy full SHA for 4f0a17b - Browse repository at this point
Copy the full SHA 4f0a17bView commit details
Commits on Jan 10, 2023
-
Moving Functions in separate assembly
- testing AstFarctory.BuildFunctionCall when method is in another assembly - added Helper class to provide Colors from the LiveCharts xaml dictionary - rework of BarChartNodeModel to allow for a non-nested value/input
Configuration menu - View commit details
-
Copy full SHA for f315f14 - Browse repository at this point
Copy the full SHA f315f14View commit details
Commits on Jan 11, 2023
-
Help Functions moved to a ZT assembly
- moved helper functions to the DynamoCore assembly to satisfy AstFactory conditions - BarChart now works with both List<double> and List<List<double>>
Configuration menu - View commit details
-
Copy full SHA for 1fb7d90 - Browse repository at this point
Copy the full SHA 1fb7d90View commit details -
Update to license documentation
- added LiveCharts to Dynamo license files
Configuration menu - View commit details
-
Copy full SHA for ce4a592 - Browse repository at this point
Copy the full SHA ce4a592View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ee85de - Browse repository at this point
Copy the full SHA 0ee85deView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce8acae - Browse repository at this point
Copy the full SHA ce8acaeView commit details -
- updated all the rest of the functions (besides the BarChart) - all charts now work with/without Color input - fixed old/wrong example dyn files
Configuration menu - View commit details
-
Copy full SHA for 71fc459 - Browse repository at this point
Copy the full SHA 71fc459View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2b4ff2 - Browse repository at this point
Copy the full SHA a2b4ff2View commit details
Commits on Jan 12, 2023
-
Update to default livechart colors
- added 26 default colors to cycle through, if the user is not providing custom colors
Configuration menu - View commit details
-
Copy full SHA for 2cb4789 - Browse repository at this point
Copy the full SHA 2cb4789View commit details
Commits on Jan 14, 2023
-
- changed visual style of the resizing thumb for the chart controls - added tooltip - tooltip text added to resources
Configuration menu - View commit details
-
Copy full SHA for 571cd5d - Browse repository at this point
Copy the full SHA 571cd5dView commit details
Commits on Jan 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cc95adf - Browse repository at this point
Copy the full SHA cc95adfView commit details -
Revert "Revert "Merge remote-tracking branch 'upstream/master' into L…
…iveChartImplementation"" This reverts commit cc95adf.
Configuration menu - View commit details
-
Copy full SHA for d450042 - Browse repository at this point
Copy the full SHA d450042View commit details -
Revert "Revert "Merge remote-tracking branch 'upstream/master' into L…
…iveChartImplementation"" This reverts commit ce8acae.
Configuration menu - View commit details
-
Copy full SHA for c272fc2 - Browse repository at this point
Copy the full SHA c272fc2View commit details
Commits on Jan 19, 2023
-
Icons - Live Chart Icons Added
- added the nodes to the library - added icons to nodes - added Alert message when default Colors are provided
Configuration menu - View commit details
-
Copy full SHA for 5b47e6c - Browse repository at this point
Copy the full SHA 5b47e6cView commit details
Commits on Jan 20, 2023
-
- as discussed, undid the <UseWPF>true</UseWPF> setting
Configuration menu - View commit details
-
Copy full SHA for 964799f - Browse repository at this point
Copy the full SHA 964799fView commit details
Commits on Jan 23, 2023
-
Localization for Node Description and Node Search Tags
- swapped localization strings with resources
Configuration menu - View commit details
-
Copy full SHA for 853b62e - Browse repository at this point
Copy the full SHA 853b62eView commit details -
- the icon used for resizing the node UI window now consistent with other UI nodes, such as Watch, Watch3D
Configuration menu - View commit details
-
Copy full SHA for 0b1591d - Browse repository at this point
Copy the full SHA 0b1591dView commit details
Commits on Jan 24, 2023
-
- added basic creation tests for LiveCharts - threading issues does not allow output to be tested
Configuration menu - View commit details
-
Copy full SHA for e27b359 - Browse repository at this point
Copy the full SHA e27b359View commit details -
Changed Alert notification text
- changed the notification text when user provides no colors or mismatching color structure
Configuration menu - View commit details
-
Copy full SHA for 01a950b - Browse repository at this point
Copy the full SHA 01a950bView commit details
Commits on Jan 25, 2023
-
Dispose to Live Chart ViewModel and View added
- added dispose methods to LiveChart View and ViewModel classes - reverted small change previously made with no relevance to this PR
Configuration menu - View commit details
-
Copy full SHA for 4b22b02 - Browse repository at this point
Copy the full SHA 4b22b02View commit details
Commits on Jan 30, 2023
-
- removed old backup file - changed Dispose (not being triggered) to Unload to dispose of eventhandlers - cleaned up old TODO remarks
Configuration menu - View commit details
-
Copy full SHA for 642139f - Browse repository at this point
Copy the full SHA 642139fView commit details