Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 6, 2022. It is now read-only.

Commit 9beef0c

Browse files
committed
Styling changes to use * syntax instead of \\"
1 parent 301c43e commit 9beef0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plots/cartesian/layout_attributes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,9 @@ module.exports = {
295295
role: 'style',
296296
description: [
297297
'Determines the base for axes and exponent labels.',
298-
'\"SI\" exponent formatting is available for bases of 2 and 10,',
298+
'*SI* exponent formatting is available for bases of 2 and 10,',
299299
'but otherwise, the exponent format will be overridden',
300-
'and forced to use \"power\". This attribute will also affect',
300+
'and forced to use *power*. This attribute will also affect',
301301
'gridline spacing - placing them in accordance with their logical',
302302
'base increments. E.g. if exponentbase is set to 2, a gridline',
303303
'may be set at 1024 instead of 1000.'

0 commit comments

Comments
 (0)