Steve
Steve
Running windows 10, Nim 1.6 Successfully installed ggplotnim: ``` Installing [email protected] Success: ggplotnim installed successfully. ``` Tried to run: ``` import ggplotnim import ggplotnim/ggplot_vega let mpg = toDf(readCsv("data/mpg.csv")) ggplot(mpg, aes(x...
I wanted to try doing a bit of work on jester but I'm having trouble getting started and would appreciate any help. I checkedout 0.5.0 and attempted to run a...
I find myself using `_hyperscript.processNode(#id)` in a few instances and didn't see it in the normal docs. One scenario is when I am duplicating something: ``` Copy Me ```
#### Expected Behaviour ``` const data = { labels: ["12am-3am", "3am-6pm", "6am-9am", "9am-12am", "12pm-3pm", "3pm-6pm", "6pm-9pm", "9am-12am" ], datasets: [ { name: "Some Data", chartType: "bar", values: [25, 40, 30,...
showlegend doesn't seem to get set in the output. ``` import plotly import random import json import strutils proc doPlot*(): string = let d1 = Trace[int](`type`: PlotType.Histogram, opacity: 0.8, name:"values...
I've tried without success: ``` proc createDom(): VNode = result = buildHtml(tdiv): svg(width = "100", height="100"): circle(cx="50", cy="50", r="40", stroke="green", stroke-width="4", fill="yellow") text "Doesn't Support SVG" ``` Everything compiles fine...
Shouldn't clicking the button in the example below change the text color? ``` import karax / [kbase, vdom, kdom, vstyles, karax, karaxdsl, jdict, jstrutils, jjson] var s1 = style(StyleAttr.color, "blue")...
Does it make sense (or does it already exist) to add the capability to cat a file to a NimData Program? Something like `cat datafile | mynimdataprogram` Granted a file...
Does this seem like a sensible option to add? I have a date column where there are tens of thousands of 0 values. I like the warning intially, but very...
Not a bug. I was interested in experimenting with using this library with Karax. Due to functions like `createDir`, and possibly other things I'm not aware of, it won't compile...