Needs work
Project:
Highcharts
Version:
7.x-2.x-dev
Component:
Views integration
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 May 2013 at 16:47 UTC
Updated:
15 Jun 2013 at 15:24 UTC
If a view has more than one chart per display per page, views results field data is cached on the first display and not reset for the other displays.
Set a display key when static caching in ViewsHighchartsOptions::getFieldValues().
None.
None.
Comments
Comment #1
scottrigbyCommitted 5d3a856
Comment #3
scottrigbyReopening and changing title, because
drupal_static()will now return the same cached fields to two displays of the same name from two different views ;)So we now need a patch to add the view name key before display name:
$values[$this->view->name][$this->view->current_display][$row_index][$field_id]