PowerCharts XT v3.11.3

Released: Nov 1, 2016

Actualizaciones en V3.11.3

Características

Key Change: The current pricing plan has been changed to an annual model, based on the number of developers.

Common Updates:

  • Toolbars can now be customized using the following attributes:
    • toolbarX
    • toolbarY
    • toolbarHAlign
    • toolbarYAlign
    • toolbarPosition
  • The message font and font color can now be customized when the ​showChartMessage() method is used to set custom chart messages. The ​showChartMessage() API is now modified to: showChartMessage(text, modal, cancelable, customAttrs) Where, ​customAttrs is an object that​ can take the ​color, ​fontSize, and ​font attributes as values.
  • Tooltips no longer overflow out of charts. Previously, in spite of enough space being available, the tooltips would flow out of charts. Now, if there is sufficient rendering space available, the tooltip is constrained to fit inside the chart.
  • Trailing commas in the JS code generated by the .NET wrapper have now been removed.

Correcciones

Common Fixes:

  • Behavioral issues encountered when the ​clickURL​ attribute and the ​export event are used together have been fixed. Previously, the events would be triggered together resulting in chart export and redirection happening at the same time.
  • Message log buttons are now hidden when ​messageGoesToLog=0.
  • Tooltip rendering issues in the Bootstrap Modal Window have been fixed.
  • For all Cartesian charts, when ​decimals=0, the issue of numeric values repeating for consecutive div lines along the y-axis has been fixed.
  • Y-axis scaling is now done based on trend-line values, along with data values. Previously, when the trend-line values were not included, due to the difference between the largest data value and the trend-line value, the latter was often not visible on the chart.
  • For server-side export, the ​exported event is now triggered as expected. Previously, the event was not triggered when ​exportAction=save.
  • The ​exportFormats attribute can now be used for enabling export in selected formats. Previously, even though a single format was passed as value to this attribute, the export menu still showed all the supported formats.