-
Notifications
You must be signed in to change notification settings - Fork 635
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated Index-Value Line description - updated the in-depth description of the Index-Value Line Plot chart * Updated outport tooltipl - updated live charts input and ouptut tooltip for all charts * Port Description to Resources - rework of inport and outport tooltip messages from strings to resources * Default Values Part 1 - wip for default values * Default values functional - now will output default values to go with the image of the chart - adjusted outputs of some of the nodes - changed resource strings accordingly * Port logic, warning and info logic WIP - the logic is not very clear, still working through it * Port interaction bugfix, min size for chart node WIP CHANGES ONLY FOR THE XYLineChartControl for now! The rest of the LiveCharts to follow after approving this one - fixed a serious issue causing Dynamo to freeze because of a deadlock - the issue was caused by the Info state of the node interaction inside the DataBridgeCallback - minor addition to the chart node view - now restricts the minimum size to which the user can resize the window * All conditions satisfied - now checks all conditions and combinations of port values - OK - all ports correct values, no ports - default values, label and value ports correct values + default colors - Warning - all ports provided but mismatching lists - Warning - all ports, but wrong port type - No Warning, no run - missing ports * Fixed inport names - fixed x-values, y-values port names * Rework of default and update of UI control - fixed a state where the UI would not go back to default state if initialized with null data (after save/open), or would retain default data on UI when wrong/incomplete values were provided to the Node * Fix null checks - moved viewmodel properties initialization up before calling the view to prevent null values - correctly checks for null and empty lists before initializing to allow proper initialization with empty series * Heat Series Fixed - following XYLineChart and ScatterPlot now fixed all connectivity issues with the Heat Series * BarChart fixed - a follow up for Bar Chart * Basic Line Chart fix - follow up with basic line chart * Pie Chart fix - finally the changes of pie chart * Added live chart test conditions - detailed live chart tests to cover a lot more use cases and interactions - modified ClearInfoMessages API - now removes `info` state if node is in it * Recover lost resources - manually recovered lost resources after merge * Fix resources en-US file * Add failure category to live chart tests * Fix live chart tests --------- Co-authored-by: reddyashish <[email protected]>
- Loading branch information
Showing
24 changed files
with
2,409 additions
and
637 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
doc/distrib/NodeHelpFiles/CoreNodeModelsWpf.Charts.BasicLineChartNodeModel.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.