- NOTE: behaviour change. If a
Datasetis made up of rows of maps,column_namesnow returns headers if it is supplied, otherwise returns map keys from the first row. Previously, it just returned the map keys from the first row. - NOTE:
PlotContent.get_svg_legendhas been replaced withPlotContent.get_legend_scales. This moves the responsibility for legend rendering toPlot, which allo...