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

Bugfix - Live Chart Nodes Search Tags #13843

Merged
merged 3 commits into from
Mar 24, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -121,37 +121,57 @@
<value>Create a new Bar Chart</value>
</data>
<data name="ChartsBarChartSearchTags" xml:space="preserve">
<value>CoreNodeModelsWpf.Charts.BarChart;Bar Chart;barchart</value>
<value>bar;barchart</value>
</data>
<data name="ChartsBasicLineChartDescription" xml:space="preserve">
<value>Create a new Basic Line Chart</value>
</data>
<data name="ChartsBasicLineChartSearchTags" xml:space="preserve">
<value>CoreNodeModelsWpf.Charts.Index-ValueLinePlot;Index-Value Line Plot;indexvaluelineplot</value>
<value>index;indexvalue;indexvaluelineplot</value>
</data>
<data name="ChartsHeatSeriesDescription" xml:space="preserve">
<value>Create a heat series plot</value>
</data>
<data name="ChartsHeatSeriesSearchTags" xml:space="preserve">
<value>CoreNodeModelsWpf.Charts.HeatSeriesPlot;Heat Series Plot;heatseriesplot</value>
<value>heat;heatseries;heatseriesplot</value>
</data>
<data name="ChartsPieChartDescription" xml:space="preserve">
<value>Create a new Pie Chart</value>
</data>
<data name="ChartsPieChartSearchTags" xml:space="preserve">
<value>CoreNodeModelsWpf.Charts.PieChart;Pie Chart; piechart</value>
<value>pie;piechart</value>
</data>
<data name="ChartsPieChartLabelsDataPortToolTip" xml:space="preserve">
<value>A list of string labels for each segment in the pie chart.

List&lt;string&gt;</value>
</data>
<data name="ChartsPieChartValuesDataPortToolTip" xml:space="preserve">
<value>A list of double values to supply a value for each segment of the pie chart.

List&lt;double&gt;</value>
</data>
<data name="ChartsPieChartColorsDataPortToolTip" xml:space="preserve">
<value>A list of colors for each segment of the pie chart.

dnenov marked this conversation as resolved.
Show resolved Hide resolved
List&lt;color&gt;</value>
</data>
<data name="ChartsPieChartLabelsValuesDataPortToolTip" xml:space="preserve">
<value>Dictionary containing label:value key-pairs

Dictionary&lt;string, double&gt;</value>
</data>
<data name="ChartsScatterPlotDescription" xml:space="preserve">
<value>Create a scatter plot</value>
</data>
<data name="ChartsScatterPlotSearchTags" xml:space="preserve">
<value>CoreNodeModelsWpf.Charts.ScatterPlot;Scatter Plot;scatterplot</value>
<value>scatter;scatterplot</value>
</data>
<data name="ChartsXYLineChartDescription" xml:space="preserve">
<value>Create a new XY line plot</value>
</data>
<data name="ChartsXYLineChartSearchTags" xml:space="preserve">
<value>CoreNodeModelsWpf.Charts.XYLinePlot;XY Line Plot;xylineplot</value>
<value>lineplot;xylineplot</value>
</data>
<data name="ColorPaletteUIAdvancedButtonHeader" xml:space="preserve">
<value>Advanced</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,37 +121,37 @@
<value>Create a new Bar Chart</value>
</data>
<data name="ChartsBarChartSearchTags" xml:space="preserve">
<value>CoreNodeModelsWpf.Charts.BarChart;Bar Chart;barchart</value>
<value>bar;barchart</value>
</data>
<data name="ChartsBasicLineChartDescription" xml:space="preserve">
<value>Create a new Basic Line Chart</value>
</data>
<data name="ChartsBasicLineChartSearchTags" xml:space="preserve">
<value>CoreNodeModelsWpf.Charts.Index-ValueLinePlot;Index-Value Line Plot;indexvaluelineplot</value>
<value>index;indexvalue;indexvaluelineplot</value>
</data>
<data name="ChartsHeatSeriesDescription" xml:space="preserve">
<value>Create a heat series plot</value>
</data>
<data name="ChartsHeatSeriesSearchTags" xml:space="preserve">
<value>CoreNodeModelsWpf.Charts.HeatSeriesPlot;Heat Series Plot;heatseriesplot</value>
<value>heat;heatseries;heatseriesplot</value>
</data>
<data name="ChartsPieChartDescription" xml:space="preserve">
<value>Create a new Pie Chart</value>
</data>
<data name="ChartsPieChartSearchTags" xml:space="preserve">
<value>CoreNodeModelsWpf.Charts.PieChart;Pie Chart; piechart</value>
<value>pie;piechart</value>
</data>
<data name="ChartsScatterPlotDescription" xml:space="preserve">
<value>Create a scatter plot</value>
</data>
<data name="ChartsScatterPlotSearchTags" xml:space="preserve">
<value>CoreNodeModelsWpf.Charts.ScatterPlot;Scatter Plot;scatterplot</value>
<value>scatter;scatterplot</value>
</data>
<data name="ChartsXYLineChartDescription" xml:space="preserve">
<value>Create a new XY line plot</value>
</data>
<data name="ChartsXYLineChartSearchTags" xml:space="preserve">
<value>CoreNodeModelsWpf.Charts.XYLinePlot;XY Line Plot;xylineplot</value>
<value>lineplot;xylineplot</value>
</data>
<data name="ColorPaletteUIAdvancedButtonHeader" xml:space="preserve">
<value>Advanced</value>
Expand Down