When i merge layout using the custom chart widget, merging of the same json objects fails. For instance: ``` { "xaxis": { "showtickprefix": "first", } } ``` in the static layout does not merge with dynamic layout that also has the xaxis object. Instead the dynamic xaxis object is returned