-
I've successfully used Graphos to create charts with Google.
But I can't seem to make it work with Highcharts.
I'm loading the JS library:
``
and am importing LineChart `graphos.renderers.highcharts…
-
In the chapter "Overview of Plot generation" you should mention to add 'graphos' to the INSTALLED_APPS in settings.py
hbast updated
7 years ago
-
I'm impressed with the scope of chart types that are available, but I'm surprised to not find that scatter plots are among them...
Am I missing something? If not, is this something that will be add…
-
Firstly, loving the simplicity of Graphos.
I do have a question however; Is there a way to plot multiple datasets to a single graph, and if not are there any plans to introduce this feature?
i.e. …
-
I'm creating a terminal similar to that of the MSX computers of the 80s.
In this terminal the user will type BASIC commands and for this I need some more keys, like double quotation marks, double q…
-
The `screen -T` test seems to be unresolved for me. I think it's failing because the terminfo database has too many entries — if I remove most of them (to the point where `screen -T` doesn't ask wheth…
-
I'm working on a heroku/django build that I'm testing in a virtualenv, which I would like to use django-graphos for. I ran `pip install` from the venv and had it fail on me. After posting the followin…
-
Since the organization that owns this repo seems to have discontinued support, I have forked this repo at https://github.com/ModusVivendi/django-graphos and merged all of the recent pull requests. My…
-
datetime.datetime() is non JSON serializable. So json data for this can't be passed to graphos renderers. See https://github.com/agiliq/django-graphos/issues/35 for detail.
The workaround for this is…
-
By following the tutorial, I have the following set up
```
# view
def salesboard(request):
# render the graph here
data = [
['Year', 'Sales', 'Expenses'],
[2004, 10…