Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
485 Bytes
import { settingsMapper } from '../../../lib/settings'
import { mapAxis, mapFormat, mapLegends } from '../../../lib/property-mappers'
export default settingsMapper(
{
xFormat: mapFormat,
yFormat: mapFormat,
axisTop: mapAxis,
axisRight: mapAxis,
axisBottom: mapAxis,
axisLeft: mapAxis,
legends: mapLegends,
},
{
exclude: ['enable axisTop', 'enable axisRight', 'enable axisBottom', 'enable axisLeft'],
}
)