Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: awilliams1024Hi Thomas,
If the X axis data type is a date, the InFlow nodes will automatically determine the X-Axis range to be shown in the line chart. I have attached a Data Flow that shows this operation (in the left hand example). However, the range is not dynamic where the X-Axis field's data type is numeric.
A number of the InFlow nodes were updated in a recent Lavastorm Analytics Library (LAL) release to allow the values for the XAxisRange and YAxisRange parameters (on the Optional tab) to be sourced from an input field.
The attached Data Flow shows the default operation (top right) and also shows the range of options where the XAxisRange and YAxisRange parameters are used to 'zoom in' on the data area of the chart. The options include: static assignment of the X-Axis range; dynamic assignment of the X-Axis range using the min/max values in a specified field; and dynamic assignment of the X-Axis and Y-Axis ranges using the min/max values in two specified fields using a composite node to calculate the ranges.
LineChartDynamicRanges.brg
Best Regards,
Adrian