Kevin Hill

Results 56 comments of Kevin Hill

I checked back through my issue history and I think this might be what we're looking for... https://github.com/kevinkhill/lavacharts/issues/215

So I think the error is coming from this: You are creating the `lava` javscript object yourself, and then trying to access a chart in it, that hasn't been stored...

I haven't abandoned this package, but once my daughter was born, I lost all free time to work on it. 😂 This was the direction I was taking Lavacharts before...

I have been using Vue a lot more lately, and I really want to make a component/library for lavacharts in vue. I have no promises or timelines, but it is...

I'm not sure what you are doing with this line ``` $chartTemplate = View::make('vnnogile::dash.lavacharts', ['lava' => $lava, "id" => "timely_completion_chart", 'hideNewBtn' => true])->render(); ``` [Have you looked at the examples...

If you use `context.log` instead of `console.log` you get a nice label of where the log came from :) ![image](https://user-images.githubusercontent.com/266076/183504423-f88fe843-376a-41ae-b784-e1c925e4fd1b.png)

Oh hey, [I sorta am already](https://github.com/cnc4me/cnc4me/tree/main/packages/chevrotain-types-generator)! I am planning on renaming it so it's not just types but diagram and types.

It's a wrapper for now but meant as a stage for features if I think of some.

I usually start my project, then as it grows, I peel things off and if possible, see whether or not I could share it back 😊 [Such as this](https://github.com/cnc4me/cnc4me/blob/main/packages/chrysalis/src/chrysalis.ts) which...

![image](https://user-images.githubusercontent.com/266076/158025304-fc7092f7-6028-47db-96b6-7480f3fd4b03.png)