Nick Kridler

Results 19 comments of Nick Kridler

yikes, maybe there's an ordering issue?

I need to revisit a chunk of the documentation, but this should still be applicable: [pxyley.charts.mg.line_chart](http://pyxley.readthedocs.io/en/latest/source/pyxley.charts.mg.html#module-pyxley.charts.mg.line_chart) `"segment"` is the x-axis column name, `["value"]` is a list of columns to plot...

The wrapper I wrote is really simple, but it can be extended to pass arbitrary options. In the next version, I can make it possible to pass additional options such...

After metrics-graphics 2.10, the `interpolate` option takes a function, so there's no way to change it without rebuilding the JavaScript bundle. The `tests` directory shows how to point to a...

I'm going to try to put together some documentation soon. The main goal was just to make it a little easier to go from having a pandas dataframe to some...

@srenatus I updated the bower.json file. Let me know if it's still giving you problems.

It looks like that repo is gone. I'll try to put in a fix soon.

Wasn't able to find a proper replacement, I think I need to rewrite a bit of javascript. For now, I've updated the examples to include the missing file, so the...

Sorry for the late reply. You can actually hide columns using the initComplete keyword. You can pass it a javascript function to run after the table is initialized like in...