Search code examples
xmltooltipapexanychart

Anychart support of grouped_tooltip without Anychartstock


Anyone knows if anychart (not anychartstock) is able to use grouped tooltips? I cannot use anychartstock because I am unsing this product trough Apex 5.

This I got from the documentation of anychartstock but when trying to use it in the regular anychart line with several series I am getting nowhere.

          <grouped_tooltip>
            <labels>
              <format><![CDATA[Custom Text ({%Value}{numDecimals:2})]]></format> 
            </labels> 
          </grouped_tooltip> 

Or in case you can do something similar without using anychartstock?

Thank you in advance.


Solution

  • AnyChart 6.x version doesn't allow to use grouped tooltips, this feature is supported since 7.7.0 version, so you need to upgrade to 7.7.0 or higher to achieve this functionality: http://docs.anychart.com/latest/Common_Settings/Tooltip#union