Thomas Punt

Results 31 comments of Thomas Punt

> That is a great feature! Is it hard to add an option to have the static width and scale only vertically when the chart is zoomed? This could be...

> It would be nice if this also takes in an array of boxes. Also what about being able to update the boxes? Currently if I am not mistaken you'll...

For those looking to use this feature, I had to do a couple of extra things in order to integrate this into my own project via NPM: 1) Add a...

@leosj I'm happy to extend the API, but only if this feature gets added to this repo. I'm still waiting for the owners here to comment on this PR -...

Hi @devsdmf I'm glad to hear you're interested - it would be nice to have some help with this project! > I'm working with Actor Model using Scala (Akka) and...

The basic implementation from the [supervision-trees](https://github.com/tpunt/phactor/compare/supervision-trees) branch has been merged. I'm leaving this issue open because there is still much work to be done on the supervision trees feature.

Did you mean to post this on my [pht](https://github.com/tpunt/pht) extension instead? Also, this extension (and pht) is not currently being maintained, since I don't yet have the time. It looks...

From what I can recall, yes. Unfortunately, PHP's internal API is not subject to any limitations around breakages in patch versions. This makes extension development much more complicated (but in...

@juniormcmillan I'm not sure I understand why you'd want the ability to write HTML code, and have that display boxes on the chart. You could write JSON code to generate...

# Update I've made an update to this PR. I wanted the ability to draw boxes that were rotated, but it appears that canvas does not allow you to draw...