This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* > * { outline: 1px rgba(255, 0, 0, 1) solid !important;} | |
* > * > * { outline: 1px rgba(255, 0, 0, 1) dashed !important;} | |
* > * > * > * { outline: 1px rgba(255, 0, 0, 1) dotted !important;} | |
* > * > * > * > * { outline: 1px rgba(255, 0, 0, 0.6) solid !important;} | |
* > * > * > * > * > * { outline: 1px rgba(255, 0, 0, 0.3) solid !important;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Example usage | |
<XYFrame | |
margin={ { top: 20, bottom: 80, left: 70, right: 20 } } | |
size={[500,300]} | |
xAccessor={ d => d[0] } | |
yAccessor={ d => d[1] } | |
lines={ lines } | |
lineStyle={d => ({ | |
stroke: "pink", | |
strokeWidth: 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Inline JS Test | |
Version: 0.1 | |
Author: David Gwyer | |
*/ | |
// ijst_ prefix is derived from [i]nline [js] [t]est | |
// Enqueue scripts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 |