4.0 Major overhaul of the code: http://spjsblog.com/2013/10/02/spjs-charts-for-sharepoint-v4/ ------------------------------ 4.01 Fixed small bug with the "Filtering..." overlay when using "filterAdditionalCharts". ------------------------------ 4.03 Fixed small bug where"No items found" is repeated if you filter the chart and you get 0 items returned two or more consecutive queries. Org chart now supports the format {"v":"Alexander","f":"Alexander
SharePoint JavaScripts
"} ------------------------------ 4.05 Fixed consume filter from list view where the filter value had & in it. Fixed the L_Menu_BaseUrl override in SP2013 as this came out wrong in the root site. ------------------------------ 4.11 Removed the "pageId" prefix for charts stored in the configuration list. This means you now can rename web part pages containing charts without "loosing the chart". There will be no problems with existing charts. Bugfix for the following scenario: You have a chart with a filter, and you load the chart initially with a filter that returns no items. You then change the filter and select "all". You may end up with data plotted in the wrong column / series. Fixed the "Visible columns" for table charts. Added option to show the data label in the column. Minified the code. ------------------------------ 4.14 Another fix for scenarios where you have an initial filter that returns data for these columns: "apples", "oranges", "bananas" You then filter the chart and get data in these columns only: "apples", "bananas" You will then get an error: "Invalid column index 3. Should be an integer in the range [0-2]"