mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2026-07-25 03:02:03 +00:00
* ➕ Add dependency lodash * ✨ Add helper function to merge chartOptions * Change Charts to merge options * And renamed options data to defaultOptions
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import merge from 'lodash/fp/merge'
|
||||
|
||||
export function mergeOptions (obj, src) {
|
||||
return merge(obj, src)
|
||||
}
|
||||
Reference in New Issue
Block a user