Improved error handing for function analysis for functions in the f(y) format (#1338)
* Updated the CanFunctionAnalysisBePerformed api to use the updated one with variableIsNotX error handling. Updated the UI to reflect the new descriptive error case to show an informative error. * Fixed spacing and updated the moved the variableIsNotX check up into the parent if statement * Update the internals version to match the version needed to support this change
This commit is contained in:
@@ -4019,6 +4019,10 @@
|
||||
<value>Analysis is not supported for this function.</value>
|
||||
<comment>Error displayed when graph analysis is not supported or had an error.</comment>
|
||||
</data>
|
||||
<data name="KGFVariableIsNotX" xml:space="preserve">
|
||||
<value>Analysis is only supported for functions in the f(x) format. Example: y=x</value>
|
||||
<comment>Error displayed when graph analysis detects the function format is not f(x).</comment>
|
||||
</data>
|
||||
<data name="Maxima" xml:space="preserve">
|
||||
<value>Maxima</value>
|
||||
<comment>Title for KeyGraphFeatures Maxima Property</comment>
|
||||
|
Reference in New Issue
Block a user