Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fractalis
fractal.js
Commits
c773edc6
Commit
c773edc6
authored
Feb 23, 2018
by
Sascha Herzinger
Browse files
Fixed CSS issue with dynamically generated elements
parent
0eafa319
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/assets/d3.sass
0 → 100644
View file @
c773edc6
// Defaults for dynamic d3 generated elements
// More specific css can still overwrite this but the parent application (this is a plugin after all) cannot
.fjs-chart
svg
.overlay
pointer-events
:
all
cursor
:
crosshair
alignment-baseline
:
unset
baseline-shift
:
unset
clip
:
unset
clip-path
:
unset
clip-rule
:
unset
color
:
unset
color-interpolation
:
unset
color-interpolation-filters
:
unset
color-profile
:
unset
color-rendering
:
unset
direction
:
unset
display
:
unset
dominant-baseline
:
unset
enable-background
:
unset
fill
:
unset
fill-opacity
:
unset
fill-rule
:
unset
filter
:
unset
flood-color
:
unset
flood-opacity
:
unset
font-size
:
unset
font-size-adjust
:
unset
font-stretch
:
unset
font-style
:
unset
font-variant
:
unset
font-weight
:
unset
glyph-orientation-horizontal
:
unset
glyph-orientation-vertical
:
unset
image-rendering
:
unset
kerning
:
unset
letter-spacing
:
unset
lighting-color
:
unset
marker-end
:
unset
marker-mid
:
unset
marker-start
:
unset
mask
:
unset
opacity
:
unset
overflow
:
unset
shape-rendering
:
unset
stop-color
:
unset
stop-opacity
:
unset
stroke
:
unset
stroke-dasharray
:
unset
stroke-dashoffset
:
unset
stroke-linecap
:
unset
stroke-linejoin
:
unset
stroke-miterlimit
:
unset
stroke-opacity
:
unset
stroke-width
:
unset
text-anchor
:
unset
text-decoration
:
unset
text-rendering
:
unset
unicode-bidi
:
unset
visibility
:
unset
word-spacing
:
unset
writing-mode
:
unset
.selection
cursor
:
move
fill
:
rgb
(
119
,
119
,
119
)
fill-opacity
:
0
.3
stroke
:
rgb
(
255
,
255
,
255
)
shape-rendering
:
crispEdges
alignment-baseline
:
unset
baseline-shift
:
unset
clip
:
unset
clip-path
:
unset
clip-rule
:
unset
color
:
unset
color-interpolation
:
unset
color-interpolation-filters
:
unset
color-profile
:
unset
color-rendering
:
unset
direction
:
unset
display
:
unset
dominant-baseline
:
unset
enable-background
:
unset
fill-rule
:
unset
filter
:
unset
flood-color
:
unset
flood-opacity
:
unset
font-size
:
unset
font-size-adjust
:
unset
font-stretch
:
unset
font-style
:
unset
font-variant
:
unset
font-weight
:
unset
glyph-orientation-horizontal
:
unset
glyph-orientation-vertical
:
unset
image-rendering
:
unset
kerning
:
unset
letter-spacing
:
unset
lighting-color
:
unset
marker-end
:
unset
marker-mid
:
unset
marker-start
:
unset
mask
:
unset
opacity
:
unset
overflow
:
unset
stop-color
:
unset
stop-opacity
:
unset
stroke-dasharray
:
unset
stroke-dashoffset
:
unset
stroke-linecap
:
unset
stroke-linejoin
:
unset
stroke-miterlimit
:
unset
stroke-opacity
:
unset
stroke-width
:
unset
text-anchor
:
unset
text-decoration
:
unset
text-rendering
:
unset
unicode-bidi
:
unset
visibility
:
unset
word-spacing
:
unset
writing-mode
:
unset
\ No newline at end of file
src/vue/charts/CorrelationAnalysis.vue
View file @
c773edc6
...
...
@@ -514,6 +514,7 @@
<!--CSS for dynamically created components-->
<
style
lang=
"sass"
>
@import
'~assets/d3.sass'
.fjs-corr-axis
shape-rendering
:
crispEdges
.tick
...
...
src/vue/charts/PCA.vue
View file @
c773edc6
...
...
@@ -465,6 +465,7 @@
<!--CSS for dynamically created components-->
<
style
lang=
"sass"
>
@import
'~assets/d3.sass'
.fjs-axis
shape-rendering
:
crispEdges
.tick
...
...
test/charts/multi/multi-chart.html
View file @
c773edc6
...
...
@@ -2,8 +2,7 @@
<meta
charset=
"UTF-8"
>
<head>
<script
src=
"http://localhost:8082/credentials.js"
></script>
<script
src=
"http://localhost:8082/fractal.js"
></script>
<script
src=
"http://localhost:8080/fractal.js"
></script>
</head>
<body>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment