chart-svg 0.3.0 → 0.3.1
raw patch · 9 files changed
+244/−102 lines, 9 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Chart.Bar: [accumulateValues] :: BarOptions -> Bool
+ Chart.Bar: [barStacked] :: BarOptions -> Stacked
+ Chart.Examples: sbarExample :: ChartSvg
+ Chart.Primitive: NonStacked :: Stacked
+ Chart.Primitive: Stacked :: Stacked
+ Chart.Primitive: data Stacked
+ Chart.Primitive: instance GHC.Classes.Eq Chart.Primitive.Stacked
+ Chart.Primitive: instance GHC.Generics.Generic Chart.Primitive.Stacked
+ Chart.Primitive: instance GHC.Show.Show Chart.Primitive.Stacked
+ Chart.Primitive: renamed :: Text -> ChartTree -> ChartTree
- Chart.Bar: BarOptions :: [RectStyle] -> [TextStyle] -> Double -> Double -> Double -> Double -> Bool -> FormatN -> Bool -> Orientation -> LegendOptions -> BarOptions
+ Chart.Bar: BarOptions :: [RectStyle] -> [TextStyle] -> Double -> Double -> Double -> Double -> Bool -> FormatN -> Orientation -> Stacked -> LegendOptions -> BarOptions
- Chart.Bar: barDataLowerUpper :: Bool -> [[Double]] -> [[(Double, Double)]]
+ Chart.Bar: barDataLowerUpper :: Stacked -> [[Double]] -> [[(Double, Double)]]
Files
- chart-svg.cabal +2/−2
- other/banner.svg +25/−0
- other/bar.svg +38/−30
- other/ex.svg +25/−0
- other/line.svg +45/−42
- other/sbar.svg +61/−0
- src/Chart/Bar.hs +31/−27
- src/Chart/Examples.hs +8/−0
- src/Chart/Primitive.hs +9/−1
chart-svg.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: chart-svg-version: 0.3.0+version: 0.3.1 synopsis: Charting library targetting SVGs. description: This package provides a charting library targetting SVG as the rendered output.@@ -31,7 +31,7 @@ license-file: LICENSE build-type: Simple extra-doc-files: other/*.svg-tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.2.1+tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.2.4 source-repository head type: git
+ other/banner.svg view
@@ -0,0 +1,25 @@+<svg xmlns="http://www.w3.org/2000/svg" width="600.0" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-3.0 -0.5 6.0 1.0" height="100.0"><style>svg { shape-rendering: crispEdges; }svg {+ color-scheme: light dark;+}+{+ .canvas g, .title g, .axisbar g, .ticktext g, .tickglyph g, .ticklines g, .legendContent g text {+ fill: #0d0d0d;+ }+ .ticklines g, .tickglyph g, .legendBorder g {+ stroke: #0d0d0d;+ }+ .legendBorder g {+ fill: #f0f0f0;+ }+}+@media (prefers-color-scheme:dark) {+ .canvas g, .title g, .axisbar g, .ticktext g, .tickglyph g, .ticklines g, .legendContent g text {+ fill: #f0f0f0;+ }+ .ticklines g, .tickglyph g, .legendBorder g {+ stroke: #f0f0f0;+ }+ .legendBorder g {+ fill: #0d0d0d;+ }+}</style><g class="chart"><g class="gradient"><g fill="rgb(25%, -10%, 8%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-2.9012903225806452" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(25%, -10%, 6%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-2.8432645161290324" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(26%, -10%, 4%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-2.7852387096774196" width="5.802580645161326e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(26%, -11%, 2%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-2.7272129032258063" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(27%, -11%, 1%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-2.6691870967741935" width="5.802580645161237e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(27%, -11%, -1%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-2.611161290322581" width="5.802580645161326e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(27%, -11%, -2%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-2.553135483870968" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(27%, -11%, -3%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-2.495109677419355" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(27%, -11%, -4%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-2.4370838709677423" width="5.802580645161326e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(28%, -11%, -4%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-2.379058064516129" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(28%, -11%, -5%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-2.321032258064516" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(28%, -10%, -6%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-2.2630064516129034" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(27%, -10%, -6%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-2.2049806451612906" width="5.802580645161326e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(27%, -9%, -6%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-2.1469548387096773" width="5.802580645161237e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(27%, -8%, -7%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-2.088929032258065" width="5.8025806451613704e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(27%, -8%, -7%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-2.0309032258064517" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(27%, -7%, -7%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-1.9728774193548388" width="5.802580645161304e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(26%, -6%, -7%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-1.9148516129032258" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(26%, -4%, -8%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-1.856825806451613" width="5.802580645161304e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(25%, -3%, -8%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-1.7988" width="5.802580645161304e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(25%, -2%, -8%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-1.740774193548387" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(24%, -0%, -8%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-1.6827483870967743" width="5.802580645161304e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(23%, 1%, -8%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-1.6247225806451613" width="5.802580645161304e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(23%, 3%, -9%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-1.5666967741935482" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(22%, 4%, -9%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-1.5086709677419357" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(21%, 6%, -9%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-1.4506451612903228" width="5.802580645161326e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(20%, 7%, -9%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-1.3926193548387096" width="5.802580645161304e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(19%, 8%, -10%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-1.3345935483870965" width="5.8025806451612594e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(18%, 9%, -10%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-1.276567741935484" width="5.802580645161304e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(16%, 10%, -10%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-1.2185419354838711" width="5.8025806451612594e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(15%, 11%, -10%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-1.1605161290322585" width="5.802580645161304e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(14%, 12%, -10%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-1.1024903225806455" width="5.802580645161326e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(12%, 13%, -10%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-1.0444645161290322" width="5.802580645161304e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(10%, 14%, -11%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-0.9864387096774192" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(8%, 14%, -11%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-0.9284129032258064" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(5%, 15%, -10%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-0.8703870967741936" width="5.802580645161326e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(1%, 16%, -10%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-0.8123612903225803" width="5.802580645161237e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-3%, 16%, -10%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-0.7543354838709679" width="5.802580645161326e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-7%, 17%, -9%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-0.6963096774193547" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-10%, 17%, -9%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-0.6382838709677419" width="5.802580645161326e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-14%, 18%, -8%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-0.5802580645161286" width="5.802580645161237e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-17%, 18%, -6%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-0.5222322580645162" width="5.802580645161326e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-20%, 19%, -5%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-0.46420645161290297" width="5.802580645161237e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-23%, 19%, -3%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-0.4061806451612906" width="5.802580645161326e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-26%, 19%, -1%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-0.34815483870967734" width="5.802580645161326e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-28%, 19%, 2%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-0.2901290322580641" width="5.802580645161237e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-30%, 20%, 5%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-0.2321032258064517" width="5.802580645161326e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-32%, 20%, 8%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-0.17407741935483845" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-34%, 20%, 10%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-0.11605161290322563" width="5.802580645161237e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-36%, 20%, 12%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="-5.802580645161326e-2" width="5.802580645161326e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-37%, 20%, 14%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="0.0" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-38%, 20%, 16%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="5.8025806451612816e-2" width="5.802580645161326e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-39%, 20%, 18%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="0.11605161290322608" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-40%, 20%, 20%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="0.1740774193548389" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-40%, 20%, 22%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="0.2321032258064517" width="5.802580645161326e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-40%, 20%, 23%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="0.29012903225806497" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-40%, 20%, 25%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="0.3481548387096778" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-39%, 19%, 27%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="0.4061806451612906" width="5.802580645161326e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-39%, 19%, 28%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="0.46420645161290297" width="5.8025806451613704e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-38%, 19%, 30%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="0.5222322580645167" width="5.802580645161193e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-36%, 18%, 31%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="0.5802580645161286" width="5.802580645161326e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-35%, 18%, 33%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="0.6382838709677419" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-33%, 17%, 34%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="0.6963096774193547" width="5.802580645161326e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-31%, 17%, 35%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="0.7543354838709679" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-29%, 16%, 36%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="0.8123612903225808" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-27%, 16%, 37%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="0.8703870967741936" width="5.802580645161326e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-24%, 15%, 38%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="0.9284129032258068" width="5.802580645161326e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-21%, 14%, 39%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="0.9864387096774201" width="5.8025806451611484e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-18%, 14%, 40%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="1.0444645161290316" width="5.8025806451613704e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-15%, 13%, 41%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="1.1024903225806453" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-12%, 12%, 41%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="1.160516129032258" width="5.8025806451613704e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-8%, 11%, 42%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="1.218541935483871" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-5%, 11%, 42%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="1.2765677419354837" width="5.8025806451613704e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(-1%, 10%, 43%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="1.3345935483870974" width="5.802580645161104e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(3%, 9%, 43%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="1.3926193548387085" width="5.8025806451613704e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(7%, 8%, 43%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="1.4506451612903222" width="5.8025806451613704e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(10%, 8%, 43%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="1.5086709677419359" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(12%, 7%, 43%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="1.5666967741935487" width="5.802580645161193e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(14%, 6%, 42%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="1.6247225806451606" width="5.8025806451613704e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(15%, 5%, 42%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="1.6827483870967743" width="5.8025806451613704e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(17%, 4%, 42%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="1.740774193548388" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(18%, 3%, 41%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="1.7988000000000008" width="5.802580645161193e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(20%, 2%, 41%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="1.8568258064516128" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(21%, 2%, 40%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="1.9148516129032256" width="5.8025806451613704e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(23%, 1%, 39%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="1.9728774193548393" width="5.802580645161104e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(24%, 0%, 38%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="2.0309032258064503" width="5.8025806451613704e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(25%, -0%, 37%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="2.088929032258064" width="5.8025806451613704e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(26%, -1%, 36%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="2.1469548387096777" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(27%, -2%, 35%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="2.2049806451612906" width="5.802580645161193e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(28%, -2%, 34%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="2.2630064516129025" width="5.8025806451613704e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(29%, -3%, 32%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="2.321032258064516" width="5.8025806451613704e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(30%, -3%, 31%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="2.37905806451613" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(31%, -4%, 30%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="2.4370838709677427" width="5.802580645161193e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(32%, -4%, 28%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="2.4951096774193546" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(33%, -5%, 27%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="2.5531354838709674" width="5.8025806451613704e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(34%, -6%, 25%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="2.611161290322581" width="5.8025806451613704e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(35%, -6%, 24%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="2.669187096774193" width="5.8025806451613704e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(36%, -6%, 22%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="2.727212903225807" width="5.8025806451612816e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(36%, -7%, 20%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="2.7852387096774196" width="5.802580645161193e-2" y="-0.3401639344262295" height="0.680327868852459"/></g><g fill="rgb(37%, -8%, 19%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="1.0" stroke-opacity="1.0"><rect x="2.8432645161290315" width="5.8025806451613704e-2" y="-0.3401639344262295" height="0.680327868852459"/></g></g><g class="border"><g fill="rgb(0%, 0%, 0%)" stroke="rgb(99%, 99%, 99%)" stroke-width="2.0e-2" fill-opacity="0.0" stroke-opacity="1.0"><rect x="-2.2124726556258776" width="0.23210322580645126" y="-0.40819672131147533" height="0.8163934426229508"/></g></g><g class="text"><g fill="rgb(94%, 94%, 94%)" stroke="none" stroke-width="0.0" font-size="0.5802580645161292" fill-opacity="1.0" text-anchor="middle"><text x="-0.5802580645161286" y="0.1700819672131148">chart-svg</text></g></g></g><g class="hud"><g class="frame"><g fill="rgb(0%, 0%, 0%)" stroke="rgb(99%, 99%, 99%)" stroke-width="4.0e-3" fill-opacity="0.0" stroke-opacity="1.0"><rect x="-2.998" width="5.996" y="-0.498" height="0.996"/></g></g></g></svg>
other/bar.svg view
@@ -1,4 +1,4 @@-<svg xmlns="http://www.w3.org/2000/svg" width="460.1715110159581" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-0.7238932594876959 -0.4916435603742647 1.4738932594876957 0.9608764716227184" height="300.0"><style>svg {+<svg xmlns="http://www.w3.org/2000/svg" width="442.2805477007745" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-0.7058373898576622 -0.49240509384401787 1.4558373898576622 0.9874981371615359" height="300.0"><style>svg { color-scheme: light dark; } {@@ -22,32 +22,40 @@ .legendBorder g { fill: #0d0d0d; }-}</style><g class="chart"><g class="barchart"><g fill="rgb(2%, 29%, 48%)" stroke="rgb(2%, 29%, 48%)" stroke-width="5.0e-3" fill-opacity="0.7" stroke-opacity="1.0"><rect x="-0.6024960664610737" width="4.259550632513054e-2" y="7.162298599341055e-2" height="4.961684064479793e-2"/><rect x="-0.49600730064824716" width="4.259550632513054e-2" y="2.200614534861267e-2" height="9.923368128959581e-2"/><rect x="-0.38951853483542087" width="4.2595506325130594e-2" y="-2.761069529618526e-2" height="0.14885052193439374"/><rect x="-0.28302976902259436" width="4.259550632513054e-2" y="-0.12684437658578107" height="0.24808420322398955"/><rect x="-0.17654100320976795" width="4.259550632513065e-2" y="-0.2756948985201749" height="0.3969347251583834"/><rect x="-7.005223739694144e-2" width="4.259550632513054e-2" y="0.12123982663820848" height="0.0"/><rect x="3.643652841588507e-2" width="4.259550632513054e-2" y="0.12123982663820848" height="9.923368128959584e-2"/><rect x="0.14292529422871136" width="4.259550632513043e-2" y="-0.42454542045456867" height="0.5457852470927771"/><rect x="0.2494140600415381" width="4.259550632513065e-2" y="2.200614534861267e-2" height="9.923368128959581e-2"/><rect x="0.3559028258543645" width="4.259550632513065e-2" y="7.162298599341055e-2" height="4.961684064479793e-2"/></g><g fill="rgb(66%, 7%, 55%)" stroke="rgb(66%, 7%, 55%)" stroke-width="5.0e-3" fill-opacity="0.7" stroke-opacity="1.0"><rect x="-0.5599005601359431" width="4.259550632513065e-2" y="7.162298599341055e-2" height="4.961684064479793e-2"/><rect x="-0.4534117943231166" width="4.2595506325130594e-2" y="2.200614534861267e-2" height="9.923368128959581e-2"/><rect x="-0.3469230285102903" width="4.259550632513065e-2" y="-2.761069529618526e-2" height="0.14885052193439374"/><rect x="-0.24043426269746382" width="4.259550632513054e-2" y="-7.722753594098325e-2" height="0.19846736257919173"/><rect x="-0.1339454968846373" width="4.259550632513054e-2" y="-0.12684437658578107" height="0.24808420322398955"/><rect x="-2.7456731071810903e-2" width="4.259550632513054e-2" y="-0.17646121723057906" height="0.29770104386878754"/><rect x="7.903203474101561e-2" width="4.259550632513043e-2" y="-0.22607805787537694" height="0.3473178845135854"/><rect x="0.1855208005538418" width="4.259550632513087e-2" y="-0.2756948985201749" height="0.3969347251583834"/><rect x="0.29200956636666875" width="4.259550632513054e-2" y="-0.3253117391649728" height="0.4465515658031813"/><rect x="0.39849833217949515" width="4.259550632513065e-2" y="-0.3749285798097708" height="0.49616840644797927"/></g><g fill="rgb(2%, 29%, 48%)" stroke="none" stroke-width="0.0" font-size="2.555730379507835e-2" fill-opacity="1.0" text-anchor="middle"><text x="-0.5811983132985085" y="4.5822228858115654e-2">1.0</text><text x="-0.47470954748568195" y="-3.7946117866822227e-3">2.0</text><text x="-0.36822078167285555" y="-5.3411452431480155e-2">3.0</text><text x="-0.26173201586002903" y="-0.15264513372107602">5.0</text><text x="-0.15524325004720263" y="-0.30149565565546976">8.0</text><text x="-4.8754484234376116e-2" y="9.543906950291359e-2">0.0</text><text x="5.7734281578450286e-2" y="0.2849754007660416">-2.0</text><text x="0.1642230473912767" y="-0.4503461775898634">11</text><text x="0.2707118132041032" y="-3.7946117866822227e-3">2.0</text><text x="0.3772005790169298" y="4.5822228858115654e-2">1.0</text></g><g fill="rgb(66%, 7%, 55%)" stroke="none" stroke-width="0.0" font-size="2.555730379507835e-2" fill-opacity="1.0" text-anchor="middle"><text x="-0.5386028069733778" y="4.5822228858115654e-2">1.0</text><text x="-0.43211404116055135" y="-3.7946117866822227e-3">2.0</text><text x="-0.32562527534772495" y="-5.3411452431480155e-2">3.0</text><text x="-0.2191365095348985" y="-0.10302829307627814">4.0</text><text x="-0.11264774372207198" y="-0.15264513372107602">5.0</text><text x="-6.158977909245578e-3" y="-0.202261974365874">6.0</text><text x="0.10032978790358071" y="-0.2518788150106719">7.0</text><text x="0.20681855371640745" y="-0.30149565565546976">8.0</text><text x="0.31330731952923385" y="-0.35111249630026764">9.0</text><text x="0.4197960853420605" y="-0.4007293369450655">10</text></g></g></g><g class="hud"><g class="axis"><g class="ticks"><g class="tickglyph"><g fill="rgb(5%, 5%, 5%)" stroke="rgb(5%, 5%, 5%)" stroke-width="4.0e-3" fill-opacity="0.4" stroke-opacity="0.4"><g transform="rotate(-90.0, -0.6344426962049217, 0.31970718921740016)"><polyline points="-0.6344426962049217,0.33470718921740017--0.6344426962049217,0.30470718921740014"/></g><g transform="rotate(-90.0, -0.6344426962049217, 0.22047350792780432)"><polyline points="-0.6344426962049217,0.2354735079278043--0.6344426962049217,0.20547350792780433"/></g><g transform="rotate(-90.0, -0.6344426962049217, 0.12123982663820848)"><polyline points="-0.6344426962049217,0.1362398266382085--0.6344426962049217,0.10623982663820848"/></g><g transform="rotate(-90.0, -0.6344426962049217, 2.200614534861267e-2)"><polyline points="-0.6344426962049217,3.700614534861267e-2--0.6344426962049217,7.006145348612672e-3"/></g><g transform="rotate(-90.0, -0.6344426962049217, -7.722753594098325e-2)"><polyline points="-0.6344426962049217,-6.222753594098325e-2--0.6344426962049217,-9.222753594098325e-2"/></g><g transform="rotate(-90.0, -0.6344426962049217, -0.17646121723057906)"><polyline points="-0.6344426962049217,-0.16146121723057905--0.6344426962049217,-0.19146121723057907"/></g><g transform="rotate(-90.0, -0.6344426962049217, -0.2756948985201749)"><polyline points="-0.6344426962049217,-0.2606948985201749--0.6344426962049217,-0.29069489852017494"/></g><g transform="rotate(-90.0, -0.6344426962049217, -0.3749285798097708)"><polyline points="-0.6344426962049217,-0.3599285798097708--0.6344426962049217,-0.3899285798097708"/></g><g transform="rotate(-90.0, -0.6344426962049217, -0.47416226109936654)"><polyline points="-0.6344426962049217,-0.45916226109936653--0.6344426962049217,-0.48916226109936656"/></g></g></g><g class="ticktext"><g fill="rgb(5%, 5%, 5%)" stroke="none" stroke-width="0.0" font-size="3.549625527094216e-2" fill-opacity="1.0" text-anchor="end"><text x="-0.66" y="0.3306228941592557">-4.0</text><text x="-0.66" y="0.23138921286965985">-2.0</text><text x="-0.66" y="0.132155531580064"> 0.0</text><text x="-0.66" y="3.2921850290468235e-2"> 2.0</text><text x="-0.66" y="-6.631183099912769e-2"> 4.0</text><text x="-0.66" y="-0.1655455122887235"> 6.0</text><text x="-0.66" y="-0.26477919357831936"> 8.0</text><text x="-0.66" y="-0.3640128748679152">10.0</text><text x="-0.66" y="-0.463246556157511">12.0</text></g></g><g class="ticklines"><g fill="none" stroke="rgb(5%, 5%, 5%)" stroke-width="5.0e-3" stroke-opacity="5.0e-2"><polyline points="-0.6131449430423563,0.31970718921740016-0.45174271508590846,0.31970718921740016"/><polyline points="-0.6131449430423563,0.22047350792780432-0.45174271508590846,0.22047350792780432"/><polyline points="-0.6131449430423563,0.12123982663820848-0.45174271508590846,0.12123982663820848"/><polyline points="-0.6131449430423563,2.200614534861267e-2-0.45174271508590846,2.200614534861267e-2"/><polyline points="-0.6131449430423563,-7.722753594098325e-2-0.45174271508590846,-7.722753594098325e-2"/><polyline points="-0.6131449430423563,-0.17646121723057906-0.45174271508590846,-0.17646121723057906"/><polyline points="-0.6131449430423563,-0.2756948985201749-0.45174271508590846,-0.2756948985201749"/><polyline points="-0.6131449430423563,-0.3749285798097708-0.45174271508590846,-0.3749285798097708"/><polyline points="-0.6131449430423563,-0.47416226109936654-0.45174271508590846,-0.47416226109936654"/></g></g></g><g class="axisbar"><g fill="rgb(5%, 5%, 5%)" stroke="rgb(0%, 0%, 0%)" stroke-width="0.0" fill-opacity="0.4" stroke-opacity="0.0"><rect x="-0.6230838945182201" width="2.839700421675362e-3" y="-0.47575" height="0.7970449281180336"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g fill="rgb(5%, 5%, 5%)" stroke="rgb(5%, 5%, 5%)" stroke-width="4.0e-3" fill-opacity="0.4" stroke-opacity="0.4"><polyline points="-0.5599005601359431,0.3585232727269032--0.5599005601359431,0.3285232727269032"/><polyline points="-0.45341179432311657,0.3585232727269032--0.45341179432311657,0.3285232727269032"/><polyline points="-0.34692302851029017,0.3585232727269032--0.34692302851029017,0.3285232727269032"/><polyline points="-0.24043426269746365,0.3585232727269032--0.24043426269746365,0.3285232727269032"/><polyline points="-0.1339454968846372,0.3585232727269032--0.1339454968846372,0.3285232727269032"/><polyline points="-2.745673107181068e-2,0.3585232727269032--2.745673107181068e-2,0.3285232727269032"/><polyline points="7.903203474101572e-2,0.3585232727269032-7.903203474101572e-2,0.3285232727269032"/><polyline points="0.18552080055384212,0.3585232727269032-0.18552080055384212,0.3285232727269032"/><polyline points="0.29200956636666875,0.3585232727269032-0.29200956636666875,0.3285232727269032"/><polyline points="0.39849833217949515,0.3585232727269032-0.39849833217949515,0.3285232727269032"/></g></g><g class="ticktext"><g fill="rgb(5%, 5%, 5%)" stroke="none" stroke-width="0.0" font-size="3.549625527094216e-2" fill-opacity="1.0" text-anchor="end"><text x="-0.5599005601359431" y="0.39393398282201786" transform="rotate(-45.0, -0.5599005601359431, 0.39393398282201786)">row 1</text><text x="-0.45341179432311657" y="0.39393398282201786" transform="rotate(-45.0, -0.45341179432311657, 0.39393398282201786)">row 2</text><text x="-0.34692302851029017" y="0.39393398282201786" transform="rotate(-45.0, -0.34692302851029017, 0.39393398282201786)">row 3</text><text x="-0.24043426269746365" y="0.39393398282201786" transform="rotate(-45.0, -0.24043426269746365, 0.39393398282201786)">row 4</text><text x="-0.1339454968846372" y="0.39393398282201786" transform="rotate(-45.0, -0.1339454968846372, 0.39393398282201786)">row 5</text><text x="-2.745673107181068e-2" y="0.39393398282201786" transform="rotate(-45.0, -2.745673107181068e-2, 0.39393398282201786)">row 6</text><text x="7.903203474101572e-2" y="0.39393398282201786" transform="rotate(-45.0, 7.903203474101572e-2, 0.39393398282201786)">row 7</text><text x="0.18552080055384212" y="0.39393398282201786" transform="rotate(-45.0, 0.18552080055384212, 0.39393398282201786)">row 8</text><text x="0.29200956636666875" y="0.39393398282201786" transform="rotate(-45.0, 0.29200956636666875, 0.39393398282201786)">row 9</text><text x="0.39849833217949515" y="0.39393398282201786" transform="rotate(-45.0, 0.39849833217949515, 0.39393398282201786)">row 10</text></g></g></g><g class="axisbar"><g fill="rgb(5%, 5%, 5%)" stroke="rgb(0%, 0%, 0%)" stroke-width="0.0" fill-opacity="0.4" stroke-opacity="0.0"><rect x="-0.614564793253194" width="1.06772735854994" y="0.3276458837205678" height="3.1754778012670903e-3"/></g></g></g><g class="legend"><g class="legendBorder"><g fill="rgb(5%, 5%, 5%)" stroke="rgb(5%, 5%, 5%)" stroke-width="2.5e-3" fill-opacity="0.0" stroke-opacity="1.0"><rect x="0.5067619107558688" width="0.2396884637170369" y="-0.13892468119271362" height="0.1806052999470643"/></g></g><g class="legendContent"><g fill="rgb(5%, 5%, 5%)" stroke="none" stroke-width="0.0" font-size="3.1946629743847946e-2" fill-opacity="1.0" text-anchor="start"><text x="0.5245100383913396" y="4.98641019168411e-4">column 2</text></g><g fill="rgb(66%, 7%, 55%)" stroke="rgb(66%, 7%, 55%)" stroke-width="1.25e-3" fill-opacity="0.7" stroke-opacity="1.0"><rect x="0.6750141607401346" width="5.324438290641331e-2" y="-3.820249468377396e-2" height="5.954020877375754e-2"/></g><g fill="rgb(5%, 5%, 5%)" stroke="none" stroke-width="0.0" font-size="3.1946629743847946e-2" fill-opacity="1.0" text-anchor="start"><text x="0.5245100383913396" y="-7.988064082540414e-2">column 1</text></g><g fill="rgb(2%, 29%, 48%)" stroke="rgb(2%, 29%, 48%)" stroke-width="1.25e-3" fill-opacity="0.7" stroke-opacity="1.0"><rect x="0.6750141607401346" width="5.324438290641331e-2" y="-0.11858177652834667" height="5.95402087737576e-2"/></g></g></g></g></svg>+}</style><g class="chart"><g class="barchart"><g fill="rgb(2%, 29%, 48%)" stroke="rgb(2%, 29%, 48%)" stroke-width="5.0e-3" fill-opacity="0.7" stroke-opacity="1.0"><rect x="-0.48227648037463794" width="3.7848912440692606e-2" y="0.14265463516017468" height="5.883183076959736e-2"/><rect x="-0.39816778606198777" width="3.784891244069266e-2" y="8.382280439057738e-2" height="0.11766366153919466"/><rect x="-0.31405909174933755" width="3.7848912440692606e-2" y="2.4990973620980128e-2" height="0.1764954923087919"/><rect x="-0.22995039743668733" width="3.7848912440692606e-2" y="-9.267268791821459e-2" height="0.29415915384798663"/><rect x="-0.14584170312403727" width="3.784891244069272e-2" y="-0.2691681802270065" height="0.47065464615677854"/><rect x="-6.173300881138699e-2" width="3.784891244069266e-2" y="0.20148646592977204" height="0.0"/><rect x="2.237568550126323e-2" width="3.784891244069266e-2" y="0.20148646592977204" height="0.11766366153919461"/><rect x="0.10648437981391357" width="3.784891244069255e-2" y="-0.4456636725357984" height="0.6471501384655705"/><rect x="0.19059307412656368" width="3.784891244069255e-2" y="8.382280439057738e-2" height="0.11766366153919466"/><rect x="0.2747017684392139" width="3.784891244069255e-2" y="0.14265463516017468" height="5.883183076959736e-2"/></g><g fill="rgb(66%, 7%, 55%)" stroke="rgb(66%, 7%, 55%)" stroke-width="5.0e-3" fill-opacity="0.7" stroke-opacity="1.0"><rect x="-0.44442756793394533" width="3.784891244069255e-2" y="0.14265463516017468" height="5.883183076959736e-2"/><rect x="-0.3603188736212951" width="3.784891244069255e-2" y="8.382280439057738e-2" height="0.11766366153919466"/><rect x="-0.27621017930864494" width="3.784891244069255e-2" y="2.4990973620980128e-2" height="0.1764954923087919"/><rect x="-0.19210148499599472" width="3.784891244069255e-2" y="-3.384085714861729e-2" height="0.23532732307838933"/><rect x="-0.10799279068334455" width="3.784891244069266e-2" y="-9.267268791821459e-2" height="0.29415915384798663"/><rect x="-2.388409637069433e-2" width="3.784891244069255e-2" y="-0.151504518687812" height="0.35299098461758405"/><rect x="6.022459794195589e-2" width="3.784891244069255e-2" y="-0.2103363494574092" height="0.41182281538718124"/><rect x="0.14433329225460612" width="3.784891244069255e-2" y="-0.2691681802270065" height="0.47065464615677854"/><rect x="0.22844198656725623" width="3.784891244069255e-2" y="-0.3280000109966038" height="0.5294864769263758"/><rect x="0.31255068087990645" width="3.784891244069255e-2" y="-0.3868318417662012" height="0.5883183076959733"/></g><g fill="rgb(2%, 29%, 48%)" stroke="none" stroke-width="0.0" font-size="2.0186086635036047e-2" fill-opacity="1.0" text-anchor="middle"><text x="-0.46545474151210786" y="0.11206208315998406">1.0</text><text x="-0.38134604719945775" y="5.3230252390386756e-2">2.0</text><text x="-0.29723735288680747" y="-5.601578379210548e-3">3.0</text><text x="-0.2131286585741573" y="-0.12326523991840521">5.0</text><text x="-0.12901996426150714" y="-0.2997607322271971">8.0</text><text x="-4.491126994885697e-2" y="0.17089391392958142">0.0</text><text x="3.9197424363793254e-2" y="0.39563150746944314">-2.0</text><text x="0.12330611867644359" y="-0.47625622453598904">11</text><text x="0.2074148129890937" y="5.3230252390386756e-2">2.0</text><text x="0.2915235073017439" y="0.11206208315998406">1.0</text></g><g fill="rgb(66%, 7%, 55%)" stroke="none" stroke-width="0.0" font-size="2.0186086635036047e-2" fill-opacity="1.0" text-anchor="middle"><text x="-0.4318112637870478" y="0.11206208315998406">1.0</text><text x="-0.3477025694743976" y="5.3230252390386756e-2">2.0</text><text x="-0.2635938751617475" y="-5.601578379210548e-3">3.0</text><text x="-0.17948518084909715" y="-6.443340914880791e-2">4.0</text><text x="-9.537648653644704e-2" y="-0.12326523991840521">5.0</text><text x="-1.1267792223796813e-2" y="-0.18209707068800252">6.0</text><text x="7.284090208885341e-2" y="-0.24092890145759982">7.0</text><text x="0.15694959640150363" y="-0.2997607322271971">8.0</text><text x="0.24105829071415386" y="-0.35859256299679443">9.0</text><text x="0.32516698502680386" y="-0.41742439376639184">10</text></g></g></g><g class="hud"><g class="axis"><g class="ticks"><g class="tickglyph"><g fill="rgb(5%, 5%, 5%)" stroke="rgb(5%, 5%, 5%)" stroke-width="4.0e-3" fill-opacity="0.4" stroke-opacity="0.4"><polyline points="-0.5705906094029206,0.44463512901765506+-0.5705906094029206,0.41463512901765504"/><polyline points="-0.48648191509027044,0.44463512901765506+-0.48648191509027044,0.41463512901765504"/><polyline points="-0.4023732207776203,0.44463512901765506+-0.4023732207776203,0.41463512901765504"/><polyline points="-0.31826452646497005,0.44463512901765506+-0.31826452646497005,0.41463512901765504"/><polyline points="-0.23415583215231983,0.44463512901765506+-0.23415583215231983,0.41463512901765504"/><polyline points="-0.15004713783966966,0.44463512901765506+-0.15004713783966966,0.41463512901765504"/><polyline points="-6.59384435270195e-2,0.44463512901765506+-6.59384435270195e-2,0.41463512901765504"/><polyline points="1.8170250785630615e-2,0.44463512901765506+1.8170250785630615e-2,0.41463512901765504"/><polyline points="0.10227894509828095,0.44463512901765506+0.10227894509828095,0.41463512901765504"/><polyline points="0.18638763941093106,0.44463512901765506+0.18638763941093106,0.41463512901765504"/><polyline points="0.2704963337235814,0.44463512901765506+0.2704963337235814,0.41463512901765504"/><polyline points="0.3546050280362316,0.44463512901765506+0.3546050280362316,0.41463512901765504"/><polyline points="0.43871372234888173,0.44463512901765506+0.43871372234888173,0.41463512901765504"/></g></g><g class="ticktext"><g fill="rgb(5%, 5%, 5%)" stroke="none" stroke-width="0.0" font-size="3.364347772506008e-2" fill-opacity="1.0" text-anchor="middle"><text x="-0.5705906094029206" y="0.485">-1.0</text><text x="-0.48648191509027044" y="0.485"> 0.0</text><text x="-0.4023732207776203" y="0.485"> 1.0</text><text x="-0.31826452646497005" y="0.485"> 2.0</text><text x="-0.23415583215231983" y="0.485"> 3.0</text><text x="-0.15004713783966966" y="0.485"> 4.0</text><text x="-6.59384435270195e-2" y="0.485"> 5.0</text><text x="1.8170250785630615e-2" y="0.485"> 6.0</text><text x="0.10227894509828095" y="0.485"> 7.0</text><text x="0.18638763941093106" y="0.485"> 8.0</text><text x="0.2704963337235814" y="0.485"> 9.0</text><text x="0.3546050280362316" y="0.485">10.0</text><text x="0.43871372234888173" y="0.485">11.0</text></g></g><g class="ticklines"><g fill="none" stroke="rgb(5%, 5%, 5%)" stroke-width="5.0e-3" stroke-opacity="5.0e-2"><polyline points="-0.5705906094029206,0.39563150746944314+-0.5705906094029206,-0.47625622453598904"/><polyline points="-0.48648191509027044,0.39563150746944314+-0.48648191509027044,-0.47625622453598904"/><polyline points="-0.4023732207776203,0.39563150746944314+-0.4023732207776203,-0.47625622453598904"/><polyline points="-0.31826452646497005,0.39563150746944314+-0.31826452646497005,-0.47625622453598904"/><polyline points="-0.23415583215231983,0.39563150746944314+-0.23415583215231983,-0.47625622453598904"/><polyline points="-0.15004713783966966,0.39563150746944314+-0.15004713783966966,-0.47625622453598904"/><polyline points="-6.59384435270195e-2,0.39563150746944314+-6.59384435270195e-2,-0.47625622453598904"/><polyline points="1.8170250785630615e-2,0.39563150746944314+1.8170250785630615e-2,-0.47625622453598904"/><polyline points="0.10227894509828095,0.39563150746944314+0.10227894509828095,-0.47625622453598904"/><polyline points="0.18638763941093106,0.39563150746944314+0.18638763941093106,-0.47625622453598904"/><polyline points="0.2704963337235814,0.39563150746944314+0.2704963337235814,-0.47625622453598904"/><polyline points="0.3546050280362316,0.39563150746944314+0.3546050280362316,-0.47625622453598904"/><polyline points="0.43871372234888173,0.39563150746944314+0.43871372234888173,-0.47625622453598904"/></g></g></g><g class="axisbar"><g fill="rgb(5%, 5%, 5%)" stroke="rgb(0%, 0%, 0%)" stroke-width="0.0" fill-opacity="0.4" stroke-opacity="0.0"><rect x="-0.5719363485119231" width="1.0119958099698072" y="0.4121973743775464" height="3.487550928021721e-3"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g fill="rgb(5%, 5%, 5%)" stroke="rgb(5%, 5%, 5%)" stroke-width="4.0e-3" fill-opacity="0.4" stroke-opacity="0.4"><g transform="rotate(-90.0, -0.5907766960379567, 0.35203712086917155)"><polyline points="-0.5907766960379567,0.36703712086917156+-0.5907766960379567,0.33703712086917154"/></g><g transform="rotate(-90.0, -0.5907766960379567, 0.2648483476686283)"><polyline points="-0.5907766960379567,0.2798483476686283+-0.5907766960379567,0.2498483476686283"/></g><g transform="rotate(-90.0, -0.5907766960379567, 0.1776595744680851)"><polyline points="-0.5907766960379567,0.19265957446808513+-0.5907766960379567,0.1626595744680851"/></g><g transform="rotate(-90.0, -0.5907766960379567, 9.047080126754187e-2)"><polyline points="-0.5907766960379567,0.10547080126754187+-0.5907766960379567,7.547080126754187e-2"/></g><g transform="rotate(-90.0, -0.5907766960379567, 3.2820280669986213e-3)"><polyline points="-0.5907766960379567,1.828202806699862e-2+-0.5907766960379567,-1.1717971933001378e-2"/></g><g transform="rotate(-90.0, -0.5907766960379567, -8.390674513354468e-2)"><polyline points="-0.5907766960379567,-6.890674513354468e-2+-0.5907766960379567,-9.890674513354468e-2"/></g><g transform="rotate(-90.0, -0.5907766960379567, -0.17109551833408776)"><polyline points="-0.5907766960379567,-0.15609551833408775+-0.5907766960379567,-0.18609551833408777"/></g><g transform="rotate(-90.0, -0.5907766960379567, -0.25828429153463095)"><polyline points="-0.5907766960379567,-0.24328429153463094+-0.5907766960379567,-0.27328429153463096"/></g><g transform="rotate(-90.0, -0.5907766960379567, -0.34547306473517436)"><polyline points="-0.5907766960379567,-0.33047306473517435+-0.5907766960379567,-0.3604730647351744"/></g><g transform="rotate(-90.0, -0.5907766960379567, -0.43266183793571766)"><polyline points="-0.5907766960379567,-0.41766183793571765+-0.5907766960379567,-0.4476618379357177"/></g></g></g><g class="ticktext"><g fill="rgb(5%, 5%, 5%)" stroke="none" stroke-width="0.0" font-size="3.364347772506008e-2" fill-opacity="1.0" text-anchor="end"><text x="-0.615" y="0.3640255771842462">row 1</text><text x="-0.615" y="0.276836803983703">row 2</text><text x="-0.615" y="0.18964803078315978">row 3</text><text x="-0.615" y="0.10245925758261654">row 4</text><text x="-0.615" y="1.527048438207329e-2">row 5</text><text x="-0.615" y="-7.191828881846996e-2">row 6</text><text x="-0.615" y="-0.15910706201901315">row 7</text><text x="-0.615" y="-0.24629583521955623">row 8</text><text x="-0.615" y="-0.33348460842009964">row 9</text><text x="-0.615" y="-0.42067338162064283">row 10</text></g></g></g><g class="axisbar"><g fill="rgb(5%, 5%, 5%)" stroke="rgb(0%, 0%, 0%)" stroke-width="0.0" fill-opacity="0.4" stroke-opacity="0.0"><rect x="-0.5800107831659375" width="2.6914782180047503e-3" y="-0.478" height="0.875375282933454"/></g></g></g><g class="legend"><g class="legendBorder"><g fill="rgb(5%, 5%, 5%)" stroke="rgb(5%, 5%, 5%)" stroke-width="2.5e-3" fill-opacity="0.0" stroke-opacity="1.0"><rect x="0.5194580688890258" width="0.22717758333846838" y="-0.1428681530104119" height="0.19835445903123577"/></g></g><g class="legendContent"><g fill="rgb(5%, 5%, 5%)" stroke="none" stroke-width="0.0" font-size="3.027912995255407e-2" fill-opacity="1.0" text-anchor="start"><text x="0.536279807751556" y="1.0257129923042119e-2">column 2</text></g><g fill="rgb(66%, 7%, 55%)" stroke="rgb(66%, 7%, 55%)" stroke-width="1.25e-3" fill-opacity="0.7" stroke-opacity="1.0"><rect x="0.6789281533058107" width="5.046521658759007e-2" y="-3.224739701222279e-2" height="6.53915799004075e-2"/></g><g fill="rgb(5%, 5%, 5%)" stroke="none" stroke-width="0.0" font-size="3.027912995255407e-2" fill-opacity="1.0" text-anchor="start"><text x="0.536279807751556" y="-7.802150294250787e-2">column 1</text></g><g fill="rgb(2%, 29%, 48%)" stroke="rgb(2%, 29%, 48%)" stroke-width="1.25e-3" fill-opacity="0.7" stroke-opacity="1.0"><rect x="0.6789281533058107" width="5.046521658759007e-2" y="-0.12052602987777272" height="6.539157990040745e-2"/></g></g></g></g></svg>
+ other/ex.svg view
@@ -0,0 +1,25 @@+<svg xmlns="http://www.w3.org/2000/svg" width="444.5569342690883" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-0.25 -489.73 435.64812 489.98012" height="500.0"><style>svg {+ color-scheme: light dark;+}+{+ .canvas g, .title g, .axisbar g, .ticktext g, .tickglyph g, .ticklines g, .legendContent g text {+ fill: #0d0d0d;+ }+ .ticklines g, .tickglyph g, .legendBorder g {+ stroke: #0d0d0d;+ }+ .legendBorder g {+ fill: #f0f0f0;+ }+}+@media (prefers-color-scheme:dark) {+ .canvas g, .title g, .axisbar g, .ticktext g, .tickglyph g, .ticklines g, .legendContent g text {+ fill: #f0f0f0;+ }+ .ticklines g, .tickglyph g, .legendBorder g {+ stroke: #f0f0f0;+ }+ .legendBorder g {+ fill: #0d0d0d;+ }+}</style><g class="chart"><g class="edges"><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 365.08,-231.92 C 369.74,-219.55 376.14,-202.55 380.83,-190.12 L 380.94,-189.83"/></g><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 345.88,-236.43 C 330.22,-222.58 304.18,-199.5500 288.4,-185.6 L 288.03,-185.27"/></g><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 352.92,-231.92 C 348.5200,-220.23 342.56,-204.4 337.96,-192.2100 L 337.85,-191.9200"/></g><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 373.16,-160.86 C 369.07,-157.94 364.48,-154.94 360.0,-152.59 C 314.22,-128.55 255.61,-110.4200 226.73,-102.2400 L 226.39,-102.15"/></g><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 380.92,-155.6200 C 376.26,-143.2600 369.86,-126.2600 365.17,-113.8300 L 365.06,-113.53"/></g><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 393.08,-155.6200 C 397.48,-143.9300 403.44,-128.11 408.04,-115.91 L 408.1500,-115.62"/></g><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 206.93,-114.5800 C 203.7400,-142.49 198.0,-199.54 198.0,-248.04 C 198.0,-326.33 198.0,-326.33 198.0,-326.33 C 198.0,-368.23 190.59,-379.02 174.0,-417.4800 C 168.08,-431.2 158.97,-445.51 151.82,-455.7900 L 151.48,-456.2800"/></g><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 219.82,-81.8180 C 230.38,-68.517 246.3700,-48.382 257.0,-35.004 L 257.25,-34.689"/></g><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 209.7,-78.213 C 210.15,-66.984 210.74,-52.3090 211.21,-40.653 L 211.22,-40.378"/></g><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 198.65,-81.47 C 189.33,-68.875 175.63,-50.3620 165.86,-37.1710 L 165.63,-36.861"/></g><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 194.12,-85.6940 C 177.33,-74.682 149.19,-56.222 125.0,-40.2960 C 121.09,-37.725 116.9000,-34.956 112.94,-32.344 L 112.56,-32.092"/></g><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 157.4200,-463.38 C 188.35,-450.0200 254.93,-421.2500 286.17,-407.76 L 286.53,-407.6"/></g><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 125.6700,-461.7600 C 102.19,-448.4 57.559,-423.0000 33.801,-409.4700 L 33.523,-409.32"/></g><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 136.37,-453.77 C 129.4000,-427.06 117.0000,-373.02 117.0000,-326.33 C 117.0000,-326.33 117.0000,-326.33 117.0000,-248.04 C 117.0000,-201.1400 114.55,-146.06 113.08,-117.2700 L 113.06,-116.9300"/></g><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 296.79,-382.47 C 292.18,-370.61 285.93,-354.5 281.31,-342.58 L 281.2,-342.3000"/></g><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 316.44,-387.21 C 331.91,-374.2300 357.26,-352.96 373.54,-339.3 L 373.92,-338.98"/></g><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 309.21,-382.47 C 313.56,-371.27 319.38,-356.2800 323.91,-344.61 L 324.02,-344.33"/></g><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 288.12,-312.73 C 303.78,-298.8800 329.82,-275.85 345.6,-261.89 L 345.97,-261.56"/></g><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 281.29,-308.21 C 285.95,-296.27 292.3,-280.01 297.1,-267.7100 L 297.21,-267.42"/></g><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 268.71,-308.21 C 264.11,-296.44 257.88,-280.47 253.1,-268.2400 L 252.99,-267.9500"/></g><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 121.5300,-78.586 C 128.3500,-66.5220 137.5,-50.339 144.3500,-38.226 L 144.51,-37.941"/></g><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 107.96,-76.697 C 105.56,-65.522 102.51,-51.375 100.09,-40.155 L 100.04,-39.89"/></g><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 155.27,-40.632 C 157.03,-69.326 160.0,-124.6400 160.0,-171.74 C 160.0,-326.33 160.0,-326.33 160.0,-326.33 C 160.0,-372.6000 150.26,-426.5 144.73,-453.4 L 144.6600,-453.7100"/></g><g fill="rgb(0%, 0%, 0%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="1.0" fill-opacity="0.0" stroke-opacity="1.0"><path d="M 89.524,-39.429 C 80.174,-67.503 64.0,-123.1 64.0,-171.74 C 64.0,-326.33 64.0,-326.33 64.0,-326.33 C 64.0,-380.31 106.53,-433.6800 128.37,-457.52 L 128.63,-457.8000"/></g></g><g class="shapes"><g fill="rgb(2%, 73%, 80%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="0.5" fill-opacity="0.2" stroke-opacity="1.0"><circle cy="-249.04" cx="359.0" r="18.0"/></g><g fill="rgb(2%, 73%, 80%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="0.5" fill-opacity="0.2" stroke-opacity="1.0"><circle cy="-172.74" cx="387.0" r="18.0"/></g><g fill="rgb(2%, 73%, 80%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="0.5" fill-opacity="0.2" stroke-opacity="1.0"><circle cy="-96.445" cx="208.99999999999997" r="18.0"/></g><g fill="rgb(2%, 73%, 80%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="0.5" fill-opacity="0.2" stroke-opacity="1.0"><circle cy="-471.48" cx="141.0" r="18.0"/></g><g fill="rgb(2%, 73%, 80%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="0.5" fill-opacity="0.2" stroke-opacity="1.0"><circle cy="-399.48" cx="303.0" r="18.0"/></g><g fill="rgb(2%, 73%, 80%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="0.5" fill-opacity="0.2" stroke-opacity="1.0"><circle cy="-325.3299999999999" cx="275.0" r="18.0"/></g><g fill="rgb(2%, 73%, 80%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="0.5" fill-opacity="0.2" stroke-opacity="1.0"><circle cy="-172.74" cx="275.0" r="18.0"/></g><g fill="rgb(2%, 73%, 80%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="0.5" fill-opacity="0.2" stroke-opacity="1.0"><circle cy="-96.445" cx="359.0" r="18.0"/></g><g fill="rgb(2%, 73%, 80%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="0.5" fill-opacity="0.2" stroke-opacity="1.0"><circle cy="-20.148" cx="268.0" r="18.0"/></g><g fill="rgb(2%, 73%, 80%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="0.5" fill-opacity="0.2" stroke-opacity="1.0"><circle cy="-399.48" cx="18.0" r="18.0"/></g><g fill="rgb(2%, 73%, 80%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="0.5" fill-opacity="0.2" stroke-opacity="1.0"><circle cy="-325.3299999999999" cx="389.0" r="20.14812"/></g><g fill="rgb(2%, 73%, 80%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="0.5" fill-opacity="0.2" stroke-opacity="1.0"><circle cy="-249.04" cx="304.0" r="19.49832"/></g><g fill="rgb(2%, 73%, 80%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="0.5" fill-opacity="0.2" stroke-opacity="1.0"><circle cy="-172.74" cx="330.99999999999994" r="20.14812"/></g><g fill="rgb(2%, 73%, 80%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="0.5" fill-opacity="0.2" stroke-opacity="1.0"><circle cy="-96.445" cx="415.0" r="20.14812"/></g><g fill="rgb(2%, 73%, 80%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="0.5" fill-opacity="0.2" stroke-opacity="1.0"><circle cy="-20.148" cx="212.0" r="20.14812"/></g><g fill="rgb(2%, 73%, 80%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="0.5" fill-opacity="0.2" stroke-opacity="1.0"><circle cy="-96.445" cx="112.0" r="20.14812"/></g><g fill="rgb(2%, 73%, 80%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="0.5" fill-opacity="0.2" stroke-opacity="1.0"><circle cy="-325.3299999999999" cx="330.99999999999994" r="20.14812"/></g><g fill="rgb(2%, 73%, 80%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="0.5" fill-opacity="0.2" stroke-opacity="1.0"><circle cy="-249.04" cx="246.0" r="20.14812"/></g><g fill="rgb(2%, 73%, 80%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="0.5" fill-opacity="0.2" stroke-opacity="1.0"><circle cy="-20.148" cx="154.0" r="20.14812"/></g><g fill="rgb(2%, 73%, 80%)" stroke="rgb(-51%, 30%, 37%)" stroke-width="0.5" fill-opacity="0.2" stroke-opacity="1.0"><circle cy="-20.148" cx="96.0" r="20.14812"/></g></g><g class="labels"><g fill="rgb(-51%, 30%, 37%)" stroke="none" stroke-width="0.0" font-size="14.0" fill-opacity="1.0" text-anchor="middle"><text x="359.0" y="-245.33999999999997">0</text><text x="387.0" y="-169.04000000000002">1</text><text x="208.99999999999997" y="-92.745">2</text><text x="141.0" y="-467.78000000000003">3</text><text x="303.0" y="-395.78">4</text><text x="275.0" y="-321.63">5</text><text x="275.0" y="-169.04000000000002">6</text><text x="359.0" y="-92.745">7</text><text x="268.0" y="-16.448">8</text><text x="18.0" y="-395.78">9</text><text x="389.0" y="-321.63">10</text><text x="304.0" y="-245.33999999999997">11</text><text x="330.99999999999994" y="-169.04000000000002">12</text><text x="415.0" y="-92.745">13</text><text x="212.0" y="-16.448">14</text><text x="112.0" y="-92.745">15</text><text x="330.99999999999994" y="-321.63">16</text><text x="246.0" y="-245.33999999999997">17</text><text x="154.0" y="-16.448">18</text><text x="96.0" y="-16.448">19</text></g></g></g><g class="hud"></g></svg>
other/line.svg view
@@ -1,4 +1,4 @@-<svg xmlns="http://www.w3.org/2000/svg" width="446.753163625545" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-0.7380894953982863 -0.49743338195719966 1.4823989209774675 0.995448297856914" height="300.0"><style>svg {+<svg xmlns="http://www.w3.org/2000/svg" width="450.0" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-0.75 -0.5 1.5 1.0" height="300.0"><style>svg { color-scheme: light dark; } {@@ -22,44 +22,47 @@ .legendBorder g { fill: #0d0d0d; }-}</style><g class="chart"><g class="line"><g fill="none" stroke="rgb(2%, 73%, 80%)" stroke-width="1.5e-2" stroke-opacity="1.0"><polyline points="-0.5962269120913996,0.2226262967974741--0.16239638210092033,0.2226262967974741-0.271434147889559,-0.47471244925575107"/></g><g fill="none" stroke="rgb(2%, 29%, 48%)" stroke-width="1.5e-2" stroke-opacity="1.0"><polyline points="-0.5962269120913996,0.39696098331078034-0.6184985718819421,-0.12604307622913857"/></g><g fill="none" stroke="rgb(66%, 7%, 55%)" stroke-width="1.5e-2" stroke-opacity="1.0"><polyline points="-0.37931164709615994,-0.30037776274244476--0.37931164709615994,0.39696098331078034"/></g></g></g><g class="hud"><g class="frame"><g fill="rgb(100%, 100%, 100%)" stroke="rgb(0%, 0%, 0%)" stroke-width="0.0" fill-opacity="2.0e-2" stroke-opacity="0.0"><rect x="-0.6027343700412567" width="1.3079990479212948" y="-0.48124999999999996" height="0.8847485340550292"/></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g fill="rgb(5%, 5%, 5%)" stroke="rgb(5%, 5%, 5%)" stroke-width="4.0e-3" fill-opacity="0.4" stroke-opacity="0.4"><g transform="rotate(-90.0, -0.6287642018406855, 0.39696098331078034)"><polyline points="-0.6287642018406855,0.41196098331078035--0.6287642018406855,0.3819609833107803"/></g><g transform="rotate(-90.0, -0.6287642018406855, 0.30979364005412724)"><polyline points="-0.6287642018406855,0.32479364005412725--0.6287642018406855,0.2947936400541272"/></g><g transform="rotate(-90.0, -0.6287642018406855, 0.2226262967974741)"><polyline points="-0.6287642018406855,0.2376262967974741--0.6287642018406855,0.20762629679747407"/></g><g transform="rotate(-90.0, -0.6287642018406855, 0.13545895354082088)"><polyline points="-0.6287642018406855,0.1504589535408209--0.6287642018406855,0.12045895354082088"/></g><g transform="rotate(-90.0, -0.6287642018406855, 4.829161028416773e-2)"><polyline points="-0.6287642018406855,6.329161028416773e-2--0.6287642018406855,3.329161028416773e-2"/></g><g transform="rotate(-90.0, -0.6287642018406855, -3.8875732972485366e-2)"><polyline points="-0.6287642018406855,-2.3875732972485367e-2--0.6287642018406855,-5.3875732972485366e-2"/></g><g transform="rotate(-90.0, -0.6287642018406855, -0.12604307622913857)"><polyline points="-0.6287642018406855,-0.11104307622913857--0.6287642018406855,-0.1410430762291386"/></g><g transform="rotate(-90.0, -0.6287642018406855, -0.21321041948579178)"><polyline points="-0.6287642018406855,-0.19821041948579177--0.6287642018406855,-0.2282104194857918"/></g><g transform="rotate(-90.0, -0.6287642018406855, -0.30037776274244476)"><polyline points="-0.6287642018406855,-0.28537776274244475--0.6287642018406855,-0.3153777627424448"/></g><g transform="rotate(-90.0, -0.6287642018406855, -0.38754510599909786)"><polyline points="-0.6287642018406855,-0.37254510599909785--0.6287642018406855,-0.4025451059990979"/></g><g transform="rotate(-90.0, -0.6287642018406855, -0.47471244925575107)"><polyline points="-0.6287642018406855,-0.45971244925575105--0.6287642018406855,-0.4897124492557511"/></g></g></g><g class="ticktext"><g fill="rgb(5%, 5%, 5%)" stroke="none" stroke-width="0.0" font-size="4.3383052999047926e-2" fill-opacity="1.0" text-anchor="end"><text x="-0.66" y="0.40894649300857017">0.00</text><text x="-0.66" y="0.321779149751917">0.50</text><text x="-0.66" y="0.2346118064952638">1.00</text><text x="-0.66" y="0.14744446323861077">1.50</text><text x="-0.66" y="6.027711998195756e-2">2.00</text><text x="-0.66" y="-2.689022327469548e-2">2.50</text><text x="-0.66" y="-0.11405756653134869">3.00</text><text x="-0.66" y="-0.2012249097880019">3.50</text><text x="-0.66" y="-0.2883922530446551">4.00</text><text x="-0.66" y="-0.3755595963013081">4.50</text><text x="-0.66" y="-0.4627269395579613">5.00</text></g></g><g class="ticklines"><g fill="none" stroke="rgb(5%, 5%, 5%)" stroke-width="5.0e-3" stroke-opacity="5.0e-2"><polyline points="-0.5962269120913996,0.39696098331078034-0.7052646778800381,0.39696098331078034"/><polyline points="-0.5962269120913996,0.30979364005412724-0.7052646778800381,0.30979364005412724"/><polyline points="-0.5962269120913996,0.2226262967974741-0.7052646778800381,0.2226262967974741"/><polyline points="-0.5962269120913996,0.13545895354082088-0.7052646778800381,0.13545895354082088"/><polyline points="-0.5962269120913996,4.829161028416773e-2-0.7052646778800381,4.829161028416773e-2"/><polyline points="-0.5962269120913996,-3.8875732972485366e-2-0.7052646778800381,-3.8875732972485366e-2"/><polyline points="-0.5962269120913996,-0.12604307622913857-0.7052646778800381,-0.12604307622913857"/><polyline points="-0.5962269120913996,-0.21321041948579178-0.7052646778800381,-0.21321041948579178"/><polyline points="-0.5962269120913996,-0.30037776274244476-0.7052646778800381,-0.30037776274244476"/><polyline points="-0.5962269120913996,-0.38754510599909786-0.7052646778800381,-0.38754510599909786"/><polyline points="-0.5962269120913996,-0.47471244925575107-0.7052646778800381,-0.47471244925575107"/></g></g></g><g class="axisbar"><g fill="rgb(5%, 5%, 5%)" stroke="rgb(0%, 0%, 0%)" stroke-width="0.0" fill-opacity="0.4" stroke-opacity="0.0"><rect x="-0.6148816248809902" width="3.4706442399238258e-3" y="-0.4764557961208842" height="0.8751601262967976"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g fill="rgb(5%, 5%, 5%)" stroke="rgb(5%, 5%, 5%)" stroke-width="4.0e-3" fill-opacity="0.4" stroke-opacity="0.4"><polyline points="-0.5962269120913996,0.44464873703202523--0.5962269120913996,0.4146487370320252"/><polyline points="-0.37931164709615994,0.44464873703202523--0.37931164709615994,0.4146487370320252"/><polyline points="-0.16239638210092033,0.44464873703202523--0.16239638210092033,0.4146487370320252"/><polyline points="5.4518882894319276e-2,0.44464873703202523-5.4518882894319276e-2,0.4146487370320252"/><polyline points="0.271434147889559,0.44464873703202523-0.271434147889559,0.4146487370320252"/><polyline points="0.4883494128847986,0.44464873703202523-0.4883494128847986,0.4146487370320252"/><polyline points="0.7052646778800381,0.44464873703202523-0.7052646778800381,0.4146487370320252"/></g></g><g class="ticktext"><g fill="rgb(5%, 5%, 5%)" stroke="none" stroke-width="0.0" font-size="4.3383052999047926e-2" fill-opacity="1.0" text-anchor="middle"><text x="-0.5962269120913996" y="0.485">0.00</text><text x="-0.37931164709615994" y="0.485">0.50</text><text x="-0.16239638210092033" y="0.485">1.00</text><text x="5.4518882894319276e-2" y="0.485">1.50</text><text x="0.271434147889559" y="0.485">2.00</text><text x="0.4883494128847986" y="0.485">2.50</text><text x="0.7052646778800381" y="0.485">3.00</text></g></g><g class="ticklines"><g fill="none" stroke="rgb(5%, 5%, 5%)" stroke-width="5.0e-3" stroke-opacity="5.0e-2"><polyline points="-0.5962269120913996,0.39696098331078034--0.5962269120913996,-0.47471244925575107"/><polyline points="-0.37931164709615994,0.39696098331078034--0.37931164709615994,-0.47471244925575107"/><polyline points="-0.16239638210092033,0.39696098331078034--0.16239638210092033,-0.47471244925575107"/><polyline points="5.4518882894319276e-2,0.39696098331078034-5.4518882894319276e-2,-0.47471244925575107"/><polyline points="0.271434147889559,0.39696098331078034-0.271434147889559,-0.47471244925575107"/><polyline points="0.4883494128847986,0.39696098331078034-0.4883494128847986,-0.47471244925575107"/><polyline points="0.7052646778800381,0.39696098331078034-0.7052646778800381,-0.47471244925575107"/></g></g></g><g class="axisbar"><g fill="rgb(5%, 5%, 5%)" stroke="rgb(0%, 0%, 0%)" stroke-width="0.0" fill-opacity="0.4" stroke-opacity="0.0"><rect x="-0.5979622342113615" width="1.3049622342113616" y="0.4122152683806946" height="3.4866937302661105e-3"/></g></g></g></g></svg>+}</style><g class="chart"><g class="line"><g fill="none" stroke="rgb(2%, 73%, 80%)" stroke-width="1.5e-2" stroke-opacity="1.0"><polyline points="-0.5898478488982162,0.18746829020801614+-0.1963536201469046,0.18746829020801614+0.19714060860440707,-0.35371215964823266"/></g><g fill="none" stroke="rgb(2%, 29%, 48%)" stroke-width="1.5e-2" stroke-opacity="1.0"><polyline points="-0.5898478488982162,0.32276340267207837+0.5119359916054562,-8.312193472010831e-2"/></g><g fill="none" stroke="rgb(66%, 7%, 55%)" stroke-width="1.5e-2" stroke-opacity="1.0"><polyline points="-0.39310073452256034,-0.21841704718417065+-0.39310073452256034,0.32276340267207837"/></g></g></g><g class="hud"><g class="frame"><g fill="rgb(100%, 100%, 100%)" stroke="rgb(0%, 0%, 0%)" stroke-width="0.0" fill-opacity="2.0e-2" stroke-opacity="0.0"><rect x="-0.5957502623294858" width="1.1863850996852046" y="-0.358785726365635" height="0.6866226957551157"/></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g fill="rgb(5%, 5%, 5%)" stroke="rgb(5%, 5%, 5%)" stroke-width="4.0e-3" fill-opacity="0.4" stroke-opacity="0.4"><g transform="rotate(-90.0, -0.6193599160545645, 0.32276340267207837)"><polyline points="-0.6193599160545645,0.3377634026720784+-0.6193599160545645,0.30776340267207836"/></g><g transform="rotate(-90.0, -0.6193599160545645, 0.2551158464400473)"><polyline points="-0.6193599160545645,0.2701158464400473+-0.6193599160545645,0.2401158464400473"/></g><g transform="rotate(-90.0, -0.6193599160545645, 0.18746829020801614)"><polyline points="-0.6193599160545645,0.20246829020801616+-0.6193599160545645,0.17246829020801613"/></g><g transform="rotate(-90.0, -0.6193599160545645, 0.11982073397598503)"><polyline points="-0.6193599160545645,0.13482073397598504+-0.6193599160545645,0.10482073397598503"/></g><g transform="rotate(-90.0, -0.6193599160545645, 5.2173177743953913e-2)"><polyline points="-0.6193599160545645,6.717317774395391e-2+-0.6193599160545645,3.7173177743953914e-2"/></g><g transform="rotate(-90.0, -0.6193599160545645, -1.54743784880772e-2)"><polyline points="-0.6193599160545645,-4.743784880772012e-4+-0.6193599160545645,-3.04743784880772e-2"/></g><g transform="rotate(-90.0, -0.6193599160545645, -8.312193472010831e-2)"><polyline points="-0.6193599160545645,-6.812193472010832e-2+-0.6193599160545645,-9.812193472010831e-2"/></g><g transform="rotate(-90.0, -0.6193599160545645, -0.15076949095213943)"><polyline points="-0.6193599160545645,-0.13576949095213942+-0.6193599160545645,-0.16576949095213944"/></g><g transform="rotate(-90.0, -0.6193599160545645, -0.21841704718417065)"><polyline points="-0.6193599160545645,-0.20341704718417064+-0.6193599160545645,-0.23341704718417067"/></g><g transform="rotate(-90.0, -0.6193599160545645, -0.28606460341620166)"><polyline points="-0.6193599160545645,-0.27106460341620164+-0.6193599160545645,-0.30106460341620167"/></g><g transform="rotate(-90.0, -0.6193599160545645, -0.35371215964823266)"><polyline points="-0.6193599160545645,-0.33871215964823265+-0.6193599160545645,-0.3687121596482327"/></g></g></g><g class="ticktext"><g fill="rgb(5%, 5%, 5%)" stroke="none" stroke-width="0.0" font-size="3.9349422875131164e-2" fill-opacity="1.0" text-anchor="end"><text x="-0.647691500524659" y="0.3320649416539827">0.00</text><text x="-0.647691500524659" y="0.2644173854219516">0.50</text><text x="-0.647691500524659" y="0.19676982918992042">1.00</text><text x="-0.647691500524659" y="0.1291222729578893">1.50</text><text x="-0.647691500524659" y="6.147471672585825e-2">2.00</text><text x="-0.647691500524659" y="-6.172839506172867e-3">2.50</text><text x="-0.647691500524659" y="-7.382039573820409e-2">3.00</text><text x="-0.647691500524659" y="-0.1414679519702351">3.50</text><text x="-0.647691500524659" y="-0.2091155082022662">4.00</text><text x="-0.647691500524659" y="-0.27676306443429743">4.50</text><text x="-0.647691500524659" y="-0.34441062066632844">5.00</text></g></g><g class="ticklines"><g fill="none" stroke="rgb(5%, 5%, 5%)" stroke-width="5.0e-3" stroke-opacity="5.0e-2"><polyline points="-0.5898478488982162,0.32276340267207837+0.5906348373557186,0.32276340267207837"/><polyline points="-0.5898478488982162,0.2551158464400473+0.5906348373557186,0.2551158464400473"/><polyline points="-0.5898478488982162,0.18746829020801614+0.5906348373557186,0.18746829020801614"/><polyline points="-0.5898478488982162,0.11982073397598503+0.5906348373557186,0.11982073397598503"/><polyline points="-0.5898478488982162,5.2173177743953913e-2+0.5906348373557186,5.2173177743953913e-2"/><polyline points="-0.5898478488982162,-1.54743784880772e-2+0.5906348373557186,-1.54743784880772e-2"/><polyline points="-0.5898478488982162,-8.312193472010831e-2+0.5906348373557186,-8.312193472010831e-2"/><polyline points="-0.5898478488982162,-0.15076949095213943+0.5906348373557186,-0.15076949095213943"/><polyline points="-0.5898478488982162,-0.21841704718417065+0.5906348373557186,-0.21841704718417065"/><polyline points="-0.5898478488982162,-0.28606460341620166+0.5906348373557186,-0.28606460341620166"/><polyline points="-0.5898478488982162,-0.35371215964823266+0.5906348373557186,-0.35371215964823266"/></g></g></g><g class="axisbar"><g fill="rgb(5%, 5%, 5%)" stroke="rgb(0%, 0%, 0%)" stroke-width="0.0" fill-opacity="0.4" stroke-opacity="0.0"><rect x="-0.6067681007345225" width="3.1479538300104304e-3" y="-0.3550651107728734" height="0.6791814645695924"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g fill="rgb(5%, 5%, 5%)" stroke="rgb(5%, 5%, 5%)" stroke-width="4.0e-3" fill-opacity="0.4" stroke-opacity="0.4"><polyline points="-0.5898478488982162,0.36313123625909005+-0.5898478488982162,0.33313123625909"/><polyline points="-0.39310073452256034,0.36313123625909005+-0.39310073452256034,0.33313123625909"/><polyline points="-0.1963536201469046,0.36313123625909005+-0.1963536201469046,0.33313123625909"/><polyline points="3.934942287512344e-4,0.36313123625909005+3.934942287512344e-4,0.33313123625909"/><polyline points="0.19714060860440707,0.36313123625909005+0.19714060860440707,0.33313123625909"/><polyline points="0.3938877229800628,0.36313123625909005+0.3938877229800628,0.33313123625909"/><polyline points="0.5906348373557186,0.36313123625909005+0.5906348373557186,0.33313123625909"/></g></g><g class="ticktext"><g fill="rgb(5%, 5%, 5%)" stroke="none" stroke-width="0.0" font-size="3.9349422875131164e-2" fill-opacity="1.0" text-anchor="middle"><text x="-0.5898478488982162" y="0.3910874344664298">0.00</text><text x="-0.39310073452256034" y="0.3910874344664298">0.50</text><text x="-0.1963536201469046" y="0.3910874344664298">1.00</text><text x="3.934942287512344e-4" y="0.3910874344664298">1.50</text><text x="0.19714060860440707" y="0.3910874344664298">2.00</text><text x="0.3938877229800628" y="0.3910874344664298">2.50</text><text x="0.5906348373557186" y="0.3910874344664298">3.00</text></g></g><g class="ticklines"><g fill="none" stroke="rgb(5%, 5%, 5%)" stroke-width="5.0e-3" stroke-opacity="5.0e-2"><polyline points="-0.5898478488982162,0.32276340267207837+-0.5898478488982162,-0.35371215964823266"/><polyline points="-0.39310073452256034,0.32276340267207837+-0.39310073452256034,-0.35371215964823266"/><polyline points="-0.1963536201469046,0.32276340267207837+-0.1963536201469046,-0.35371215964823266"/><polyline points="3.934942287512344e-4,0.32276340267207837+3.934942287512344e-4,-0.35371215964823266"/><polyline points="0.19714060860440707,0.32276340267207837+0.19714060860440707,-0.35371215964823266"/><polyline points="0.3938877229800628,0.32276340267207837+0.3938877229800628,-0.35371215964823266"/><polyline points="0.5906348373557186,0.32276340267207837+0.5906348373557186,-0.35371215964823266"/></g></g></g><g class="axisbar"><g fill="rgb(5%, 5%, 5%)" stroke="rgb(0%, 0%, 0%)" stroke-width="0.0" fill-opacity="0.4" stroke-opacity="0.0"><rect x="-0.5914218258132214" width="1.1836306400839454" y="0.3346017250126838" height="2.7059022492812446e-3"/></g></g></g><g class="title"><g fill="rgb(5%, 5%, 5%)" stroke="none" stroke-width="0.0" font-size="7.869884575026233e-2" fill-opacity="1.0" text-anchor="middle"><text x="-4.62355718782792e-2" y="-0.4188229325215628">Line Chart</text></g></g><g class="title"><g fill="rgb(5%, 5%, 5%)" stroke="none" stroke-width="0.0" font-size="4.721930745015739e-2" fill-opacity="1.0" text-anchor="end"><text x="0.6260493179433366" y="0.4607644173854219">Made with love and chart-svg</text></g></g><g class="legend"><g class="legendBorder"><g fill="rgb(99%, 99%, 99%)" stroke="rgb(5%, 5%, 5%)" stroke-width="2.5e-3" fill-opacity="1.0" stroke-opacity="1.0"><rect x="0.3348635886673661" width="0.3797219307450159" y="7.754101133096558e-2" height="0.17926602401488245"/></g></g><g class="legendContent"><g fill="rgb(5%, 5%, 5%)" stroke="none" stroke-width="0.0" font-size="3.9349422875131164e-2" fill-opacity="1.0" text-anchor="start"><text x="0.3545383001049316" y="0.2297480128530356">palette1 2</text></g><g fill="none" stroke="rgb(66%, 7%, 55%)" stroke-width="1.5e-2" stroke-opacity="1.0"><polyline points="0.5709601259181531,0.2212920683240317+0.6890083945435466,0.2212920683240317"/></g><g fill="rgb(5%, 5%, 5%)" stroke="none" stroke-width="0.0" font-size="3.9349422875131164e-2" fill-opacity="1.0" text-anchor="start"><text x="0.3545383001049316" y="0.1756299678674107">palette1 1</text></g><g fill="none" stroke="rgb(2%, 29%, 48%)" stroke-width="1.5e-2" stroke-opacity="1.0"><polyline points="0.5709601259181531,0.1671740233384068+0.6890083945435466,0.1671740233384068"/></g><g fill="rgb(5%, 5%, 5%)" stroke="none" stroke-width="0.0" font-size="3.9349422875131164e-2" fill-opacity="1.0" text-anchor="start"><text x="0.3545383001049316" y="0.12151192288178586">palette1 0</text></g><g fill="none" stroke="rgb(2%, 73%, 80%)" stroke-width="1.5e-2" stroke-opacity="1.0"><polyline points="0.5709601259181531,0.11305597835278192+0.6890083945435466,0.11305597835278192"/></g></g></g><g class="frame"><g fill="rgb(100%, 100%, 100%)" stroke="rgb(0%, 0%, 0%)" stroke-width="0.0" fill-opacity="2.0e-2" stroke-opacity="0.0"><rect x="-0.75" width="1.5" y="-0.5" height="1.0"/></g></g></g></svg>
+ other/sbar.svg view
@@ -0,0 +1,61 @@+<svg xmlns="http://www.w3.org/2000/svg" width="438.8226077722425" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-0.7058653846153846 -0.5002026471930626 1.4558653846153846 0.9952988010392165" height="300.0"><style>svg {+ color-scheme: light dark;+}+{+ .canvas g, .title g, .axisbar g, .ticktext g, .tickglyph g, .ticklines g, .legendContent g text {+ fill: #0d0d0d;+ }+ .ticklines g, .tickglyph g, .legendBorder g {+ stroke: #0d0d0d;+ }+ .legendBorder g {+ fill: #f0f0f0;+ }+}+@media (prefers-color-scheme:dark) {+ .canvas g, .title g, .axisbar g, .ticktext g, .tickglyph g, .ticklines g, .legendContent g text {+ fill: #f0f0f0;+ }+ .ticklines g, .tickglyph g, .legendBorder g {+ stroke: #f0f0f0;+ }+ .legendBorder g {+ fill: #0d0d0d;+ }+}</style><g class="chart"><g class="barchart"><g fill="rgb(2%, 29%, 48%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="0.7" stroke-opacity="1.0"><rect x="-0.48223557692307695" width="7.572115384615391e-2" y="0.2725914129229966" height="4.279411445089221e-2"/><rect x="-0.39810096153846153" width="7.572115384615385e-2" y="0.22979729847210445" height="8.558822890178436e-2"/><rect x="-0.31396634615384617" width="7.572115384615374e-2" y="0.18700318402121224" height="0.12838234335267656"/><rect x="-0.2298317307692308" width="7.572115384615374e-2" y="0.10141495511942789" height="0.21397057225446092"/><rect x="-0.1456971153846155" width="7.572115384615385e-2" y="-2.6967388233248624e-2" height="0.34235291560713743"/><rect x="-6.1562500000000075e-2" width="7.572115384615385e-2" y="0.3153855273738888" height="0.0"/><rect x="2.2572115384615232e-2" width="7.572115384615385e-2" y="0.3153855273738888" height="8.558822890178436e-2"/><rect x="0.10670673076923076" width="7.572115384615374e-2" y="-0.15534973158592524" height="0.47073525895981405"/><rect x="0.19084134615384618" width="7.572115384615374e-2" y="0.22979729847210445" height="8.558822890178436e-2"/><rect x="0.2749759615384615" width="7.572115384615385e-2" y="0.2725914129229966" height="4.279411445089221e-2"/></g><g fill="rgb(66%, 7%, 55%)" stroke="rgb(66%, 7%, 55%)" stroke-width="0.0" fill-opacity="0.7" stroke-opacity="1.0"><rect x="-0.48223557692307695" width="7.572115384615391e-2" y="0.22979729847210445" height="4.279411445089215e-2"/><rect x="-0.39810096153846153" width="7.572115384615385e-2" y="0.1442090695703201" height="8.558822890178436e-2"/><rect x="-0.31396634615384617" width="7.572115384615374e-2" y="5.8620840668535734e-2" height="0.1283823433526765"/><rect x="-0.2298317307692308" width="7.572115384615374e-2" y="-6.976150268414072e-2" height="0.1711764578035686"/><rect x="-0.1456971153846155" width="7.572115384615385e-2" y="-0.24093796048770955" height="0.21397057225446092"/><rect x="-6.1562500000000075e-2" width="7.572115384615385e-2" y="5.8620840668535734e-2" height="0.2567646867053531"/><rect x="2.2572115384615232e-2" width="7.572115384615385e-2" y="0.10141495511942789" height="0.2995588011562453"/><rect x="0.10670673076923076" width="7.572115384615374e-2" y="-0.4977026471930627" height="0.34235291560713743"/><rect x="0.19084134615384618" width="7.572115384615374e-2" y="-0.15534973158592524" height="0.3851470300580297"/><rect x="0.2749759615384615" width="7.572115384615385e-2" y="-0.15534973158592524" height="0.42794114450892184"/></g></g></g><g class="hud"><g class="axis"><g class="ticks"><g class="tickglyph"><g fill="rgb(5%, 5%, 5%)" stroke="rgb(5%, 5%, 5%)" stroke-width="4.0e-3" fill-opacity="0.4" stroke-opacity="0.4"><polyline points="-0.5705769230769231,0.44293404837973527+-0.5705769230769231,0.41293404837973524"/><polyline points="-0.4864423076923077,0.44293404837973527+-0.4864423076923077,0.41293404837973524"/><polyline points="-0.4023076923076923,0.44293404837973527+-0.4023076923076923,0.41293404837973524"/><polyline points="-0.3181730769230769,0.44293404837973527+-0.3181730769230769,0.41293404837973524"/><polyline points="-0.23403846153846158,0.44293404837973527+-0.23403846153846158,0.41293404837973524"/><polyline points="-0.14990384615384622,0.44293404837973527+-0.14990384615384622,0.41293404837973524"/><polyline points="-6.57692307692308e-2,0.44293404837973527+-6.57692307692308e-2,0.41293404837973524"/><polyline points="1.8365384615384395e-2,0.44293404837973527+1.8365384615384395e-2,0.41293404837973524"/><polyline points="0.10249999999999992,0.44293404837973527+0.10249999999999992,0.41293404837973524"/><polyline points="0.18663461538461534,0.44293404837973527+0.18663461538461534,0.41293404837973524"/><polyline points="0.27076923076923065,0.44293404837973527+0.27076923076923065,0.41293404837973524"/><polyline points="0.35490384615384607,0.44293404837973527+0.35490384615384607,0.41293404837973524"/><polyline points="0.43903846153846127,0.44293404837973527+0.43903846153846127,0.41293404837973524"/></g></g><g class="ticktext"><g fill="rgb(5%, 5%, 5%)" stroke="none" stroke-width="0.0" font-size="3.3653846153846145e-2" fill-opacity="1.0" text-anchor="middle"><text x="-0.5705769230769231" y="0.485">-1.0</text><text x="-0.4864423076923077" y="0.485"> 0.0</text><text x="-0.4023076923076923" y="0.485"> 1.0</text><text x="-0.3181730769230769" y="0.485"> 2.0</text><text x="-0.23403846153846158" y="0.485"> 3.0</text><text x="-0.14990384615384622" y="0.485"> 4.0</text><text x="-6.57692307692308e-2" y="0.485"> 5.0</text><text x="1.8365384615384395e-2" y="0.485"> 6.0</text><text x="0.10249999999999992" y="0.485"> 7.0</text><text x="0.18663461538461534" y="0.485"> 8.0</text><text x="0.27076923076923065" y="0.485"> 9.0</text><text x="0.35490384615384607" y="0.485">10.0</text><text x="0.43903846153846127" y="0.485">11.0</text></g></g><g class="ticklines"><g fill="none" stroke="rgb(5%, 5%, 5%)" stroke-width="5.0e-3" stroke-opacity="5.0e-2"><polyline points="-0.5705769230769231,0.40097375627567317+-0.5705769230769231,-0.4977026471930627"/><polyline points="-0.4864423076923077,0.40097375627567317+-0.4864423076923077,-0.4977026471930627"/><polyline points="-0.4023076923076923,0.40097375627567317+-0.4023076923076923,-0.4977026471930627"/><polyline points="-0.3181730769230769,0.40097375627567317+-0.3181730769230769,-0.4977026471930627"/><polyline points="-0.23403846153846158,0.40097375627567317+-0.23403846153846158,-0.4977026471930627"/><polyline points="-0.14990384615384622,0.40097375627567317+-0.14990384615384622,-0.4977026471930627"/><polyline points="-6.57692307692308e-2,0.40097375627567317+-6.57692307692308e-2,-0.4977026471930627"/><polyline points="1.8365384615384395e-2,0.40097375627567317+1.8365384615384395e-2,-0.4977026471930627"/><polyline points="0.10249999999999992,0.40097375627567317+0.10249999999999992,-0.4977026471930627"/><polyline points="0.18663461538461534,0.40097375627567317+0.18663461538461534,-0.4977026471930627"/><polyline points="0.27076923076923065,0.40097375627567317+0.27076923076923065,-0.4977026471930627"/><polyline points="0.35490384615384607,0.40097375627567317+0.35490384615384607,-0.4977026471930627"/><polyline points="0.43903846153846127,0.40097375627567317+0.43903846153846127,-0.4977026471930627"/></g></g></g><g class="axisbar"><g fill="rgb(5%, 5%, 5%)" stroke="rgb(0%, 0%, 0%)" stroke-width="0.0" fill-opacity="0.4" stroke-opacity="0.0"><rect x="-0.5719230769230769" width="1.012307692307692" y="0.40996052031036057" height="3.594705613874871e-3"/></g></g></g><g class="axis"><g class="ticks"><g class="tickglyph"><g fill="rgb(5%, 5%, 5%)" stroke="rgb(5%, 5%, 5%)" stroke-width="4.0e-3" fill-opacity="0.4" stroke-opacity="0.4"><g transform="rotate(-90.0, -0.5907692307692307, 0.3560399361022364)"><polyline points="-0.5907692307692307,0.3710399361022364+-0.5907692307692307,0.3410399361022364"/></g><g transform="rotate(-90.0, -0.5907692307692307, 0.2661722957553628)"><polyline points="-0.5907692307692307,0.2811722957553628+-0.5907692307692307,0.25117229575536276"/></g><g transform="rotate(-90.0, -0.5907692307692307, 0.17630465540848922)"><polyline points="-0.5907692307692307,0.19130465540848923+-0.5907692307692307,0.1613046554084892"/></g><g transform="rotate(-90.0, -0.5907692307692307, 8.643701506161561e-2)"><polyline points="-0.5907692307692307,0.1014370150616156+-0.5907692307692307,7.143701506161561e-2"/></g><g transform="rotate(-90.0, -0.5907692307692307, -3.4306252852580044e-3)"><polyline points="-0.5907692307692307,1.1569374714741995e-2+-0.5907692307692307,-1.8430625285258004e-2"/></g><g transform="rotate(-90.0, -0.5907692307692307, -9.32982656321315e-2)"><polyline points="-0.5907692307692307,-7.82982656321315e-2+-0.5907692307692307,-0.1082982656321315"/></g><g transform="rotate(-90.0, -0.5907692307692307, -0.18316590597900517)"><polyline points="-0.5907692307692307,-0.16816590597900516+-0.5907692307692307,-0.19816590597900519"/></g><g transform="rotate(-90.0, -0.5907692307692307, -0.27303354632587873)"><polyline points="-0.5907692307692307,-0.2580335463258787+-0.5907692307692307,-0.28803354632587874"/></g><g transform="rotate(-90.0, -0.5907692307692307, -0.3629011866727523)"><polyline points="-0.5907692307692307,-0.34790118667275227+-0.5907692307692307,-0.3779011866727523"/></g><g transform="rotate(-90.0, -0.5907692307692307, -0.45276882701962595)"><polyline points="-0.5907692307692307,-0.43776882701962594+-0.5907692307692307,-0.46776882701962597"/></g></g></g><g class="ticktext"><g fill="rgb(5%, 5%, 5%)" stroke="none" stroke-width="0.0" font-size="3.3653846153846145e-2" fill-opacity="1.0" text-anchor="end"><text x="-0.615" y="0.3683967366499315">row 1</text><text x="-0.615" y="0.2785290963030579">row 2</text><text x="-0.615" y="0.18866145595618433">row 3</text><text x="-0.615" y="9.879381560931072e-2">row 4</text><text x="-0.615" y="8.926175262437108e-3">row 5</text><text x="-0.615" y="-8.094146508443634e-2">row 6</text><text x="-0.615" y="-0.17080910543131">row 7</text><text x="-0.615" y="-0.26067674577818356">row 8</text><text x="-0.615" y="-0.35054438612505723">row 9</text><text x="-0.615" y="-0.4404120264719309">row 10</text></g></g></g><g class="axisbar"><g fill="rgb(5%, 5%, 5%)" stroke="rgb(0%, 0%, 0%)" stroke-width="0.0" fill-opacity="0.4" stroke-opacity="0.0"><rect x="-0.58" width="2.6923076923076605e-3" y="-0.49950000000000006" height="0.9022711090826107"/></g></g></g><g class="legend"><g class="legendBorder"><g fill="rgb(5%, 5%, 5%)" stroke="rgb(5%, 5%, 5%)" stroke-width="2.5e-3" fill-opacity="0.0" stroke-opacity="1.0"><rect x="0.519807692307692" width="0.22682692307692331" y="-0.14676951163852126" height="0.20220219078046553"/></g></g><g class="legendContent"><g fill="rgb(5%, 5%, 5%)" stroke="none" stroke-width="0.0" font-size="3.0288461538461528e-2" fill-opacity="1.0" text-anchor="start"><text x="0.5366346153846153" y="9.375513464171537e-3">column 2</text></g><g fill="rgb(66%, 7%, 55%)" stroke="rgb(66%, 7%, 55%)" stroke-width="0.0" fill-opacity="0.7" stroke-opacity="1.0"><rect x="0.6793269230769228" width="5.0480769230769384e-2" y="-3.443496120492928e-2" height="6.740073026015514e-2"/></g><g fill="rgb(5%, 5%, 5%)" stroke="none" stroke-width="0.0" font-size="3.0288461538461528e-2" fill-opacity="1.0" text-anchor="start"><text x="0.5366346153846153" y="-8.049212688270202e-2">column 1</text></g><g fill="rgb(2%, 29%, 48%)" stroke="rgb(2%, 29%, 48%)" stroke-width="0.0" fill-opacity="0.7" stroke-opacity="1.0"><rect x="0.6793269230769228" width="5.0480769230769384e-2" y="-0.12430260155180284" height="6.740073026015514e-2"/></g></g></g></g></svg>
src/Chart/Bar.hs view
@@ -58,8 +58,8 @@ textGapNegative :: Double, displayValues :: Bool, valueFormatN :: FormatN,- accumulateValues :: Bool, barOrientation :: Orientation,+ barStacked :: Stacked, barLegendOptions :: LegendOptions } deriving (Show, Eq, Generic)@@ -109,8 +109,8 @@ 0.1 True (FormatN FSCommaPrec (Just 2) True)- False- Hori+ Vert+ NonStacked defaultLegendOptions where gs = (\x -> RectStyle 0.005 (palette1 x) (palette1a x 0.7)) <$> [1, 2, 6, 7, 5, 3, 4, 0]@@ -128,7 +128,7 @@ -- | Convert BarData to Rects -- -- >>> barRects defaultBarOptions [[1,2],[2,3]]--- [[Rect 5.0e-2 0.45 0.0 1.0,Rect 1.05 1.4500000000000002 0.0 2.0],[Rect 0.45 0.8500000000000001 0.0 2.0,Rect 1.4500000000000002 1.85 0.0 3.0]]+-- [[Rect 5.0e-2 0.5 0.0 1.0,Rect 1.05 1.5 0.0 2.0],[Rect 0.5 0.95 0.0 2.0,Rect 1.5 1.95 0.0 3.0]] -- -- >>> barRects defaultBarOptions [[]] -- [[]]@@ -136,12 +136,12 @@ BarOptions -> [[Double]] -> [[Rect Double]]-barRects (BarOptions _ _ ogap igap _ _ _ _ add orient _) bs = rects'' orient+barRects (BarOptions _ _ ogap igap _ _ _ _ orient stacked _) bs = rects'' orient where- bs' = bool bs (appendZero bs) add- rects'' Hori = rects'- rects'' Vert = fmap (\(Rect x z y w) -> Rect y w x z) <$> rects'- rects' = zipWith batSet [0 ..] (barDataLowerUpper add bs')+ bs' = appendZero bs+ rects'' Vert = rects'+ rects'' Hori = fmap (\(Rect x z y w) -> Rect y w x z) <$> rects'+ rects' = zipWith batSet (bool [0 ..] (repeat 0) (stacked == Stacked)) (barDataLowerUpper stacked bs') batSet z ys = zipWith ( \x (yl, yh) ->@@ -156,18 +156,22 @@ [0 ..] ys n = fromIntegral (length bs')- bstep = (1 - (1 + 1) * ogap + (n - 1) * igap') / n- igap' = igap * (1 - (1 + 1) * ogap)+ bstep = case stacked of+ NonStacked -> (1 - ogap + (n - 1) * igap') / n+ Stacked -> 1 - ogap+ igap' = case stacked of+ NonStacked -> igap * (1 - ogap)+ Stacked -> 0 -- | Convert data to a range assuming a zero bound (a very common but implicit assumption in a lot of bar charts) ----- >>> barDataLowerUpper False [[1,2],[2,3]]+-- >>> barDataLowerUpper NonStacked [[1,2],[2,3]] -- [[(0.0,1.0),(0.0,2.0)],[(0.0,2.0),(0.0,3.0)]]-barDataLowerUpper :: Bool -> [[Double]] -> [[(Double, Double)]]-barDataLowerUpper add bs =- case add of- False -> fmap (fmap (0,)) bs- True -> fmap (fmap (0,)) (accRows bs)+barDataLowerUpper :: Stacked -> [[Double]] -> [[(Double, Double)]]+barDataLowerUpper stacked bs =+ case stacked of+ NonStacked -> fmap (fmap (0,)) bs+ Stacked -> drop 1 $ scanl' (\acc xs -> zip (fmap snd acc) xs) (repeat (0,0)) (accRows bs) -- | Calculate the Rect range of a bar data set. --@@ -185,7 +189,7 @@ -- | A bar chart without hud trimmings. -- -- >>> bars defaultBarOptions (BarData [[1,2],[2,3]] [] [])--- [RectChart (RectStyle {borderSize = 5.0e-3, borderColor = Colour 0.02 0.29 0.48 1.00, color = Colour 0.02 0.29 0.48 0.70}) [Rect 5.0e-2 0.45 0.0 1.0,Rect 1.05 1.4500000000000002 0.0 2.0],RectChart (RectStyle {borderSize = 5.0e-3, borderColor = Colour 0.66 0.07 0.55 1.00, color = Colour 0.66 0.07 0.55 0.70}) [Rect 0.45 0.8500000000000001 0.0 2.0,Rect 1.4500000000000002 1.85 0.0 3.0],BlankChart [Rect -5.0e-2 1.9500000000000002 0.0 3.0]]+-- [RectChart (RectStyle {borderSize = 5.0e-3, borderColor = Colour 0.02 0.29 0.48 1.00, color = Colour 0.02 0.29 0.48 0.70}) [Rect 5.0e-2 0.5 0.0 1.0,Rect 1.05 1.5 0.0 2.0],RectChart (RectStyle {borderSize = 5.0e-3, borderColor = Colour 0.66 0.07 0.55 1.00, color = Colour 0.66 0.07 0.55 0.70}) [Rect 0.5 0.95 0.0 2.0,Rect 1.5 1.95 0.0 3.0],BlankChart [Rect -5.0e-2 2.05 0.0 3.0]] -- -- >>> bars defaultBarOptions (BarData [[]] [] []) -- []@@ -231,9 +235,9 @@ (view #barColumnLabels bd <> repeat "") ((\s -> RectChart s [one]) <$> take (length (view #barData bd)) (bo ^. #barRectStyles)) -barDataTP :: Bool -> FormatN -> Double -> Double -> [[Double]] -> [[(Text, Double)]]-barDataTP add fn d negd bs =- zipWith (zipWith (\x y' -> (formatN fn x, drop' y'))) bs' (bool bs' (accRows bs') add)+barDataTP :: Stacked -> FormatN -> Double -> Double -> [[Double]] -> [[(Text, Double)]]+barDataTP stacked fn d negd bs =+ zipWith (zipWith (\x y' -> (formatN fn x, drop' y'))) bs' (bool bs' (accRows bs') (stacked == Stacked)) where drop' x = bool (x - (negd * (w - y))) (x + (d * (w - y))) (x >= 0) bs' = appendZero bs@@ -244,13 +248,13 @@ BarOptions -> [[Double]] -> [[(Text, Point Double)]]-barTexts (BarOptions _ _ ogap igap tgap tgapneg _ fn add orient _) bs =- zipWith zip (fmap fst <$> barDataTP add fn tgap tgapneg bs') (txs'' orient)+barTexts (BarOptions _ _ ogap igap tgap tgapneg _ fn orient stacked _) bs =+ zipWith zip (fmap fst <$> barDataTP stacked fn tgap tgapneg bs') (txs'' orient) where- bs' = bool bs (appendZero bs) add- txs'' Hori = txs'- txs'' Vert = fmap (\(Point x y) -> Point y x) <$> txs'- txs' = zipWith addX [0 ..] (fmap snd <$> barDataTP add fn tgap tgapneg bs')+ bs' = bool bs (appendZero bs) (stacked == Stacked)+ txs'' Vert = txs'+ txs'' Hori = fmap (\(Point x y) -> Point y x) <$> txs'+ txs' = zipWith addX [0 ..] (fmap snd <$> barDataTP stacked fn tgap tgapneg bs') addX z y = zipWith ( \x y' ->
src/Chart/Examples.hs view
@@ -20,6 +20,7 @@ -- * Compounds barExample,+ sbarExample, waveExample, surfaceExample, rosenbrock,@@ -230,6 +231,12 @@ barExample :: ChartSvg barExample = barChart defaultBarOptions barDataExample +-- | Stacked bar chart example.+--+-- +sbarExample :: ChartSvg+sbarExample = barChart (defaultBarOptions & set #barOrientation Vert & set #barStacked Stacked & #displayValues .~ False & #barRectStyles %~ fmap (#borderSize .~ 0)) barDataExample+ -- | wave example -- -- @@ -738,6 +745,7 @@ ("other/line.svg", lineExample), ("other/hudoptions.svg", hudOptionsExample), ("other/bar.svg", barExample),+ ("other/sbar.svg", sbarExample), ("other/surface.svg", surfaceExample), ("other/wave.svg", waveExample), ("other/venn.svg", vennExample),
src/Chart/Primitive.hs view
@@ -22,6 +22,7 @@ group, filterChartTree, Orientation (..),+ Stacked (..), ChartAspect (..), -- * Boxes@@ -51,7 +52,7 @@ rectangularize, glyphize, overText,- )+ renamed) where import Chart.Data@@ -140,6 +141,10 @@ unnamed :: [Chart] -> ChartTree unnamed cs = ChartTree $ Node (Nothing, cs) [] +-- | Rename a ChartTree, removing descendent names+renamed :: Text -> ChartTree -> ChartTree+renamed l ct = named l $ foldOf charts' ct+ -- | Rename a top-level label in a tree. rename :: Maybe Text -> ChartTree -> ChartTree rename l (ChartTree (Node (_, cs) xs)) = ChartTree (Node (l, cs) xs)@@ -427,6 +432,9 @@ -- | Verticle or Horizontal data Orientation = Vert | Hori deriving (Eq, Show, Generic)++-- | Whether to stack chart data+data Stacked = Stacked | NonStacked deriving (Eq, Show, Generic) -- | The basis for the x-y ratio of a chart --