Skip to content
This repository was archived by the owner on Jun 8, 2020. It is now read-only.

New "plot chart" visualization #69

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

nharada1
Copy link
Contributor

I created a new type of visualization called a "plot chart" that's basically a time chart but instead you can specify which variable to use for the x-axis (and there is no aggregation). Useful for charting processes that aren't uniform in real-time.

Samy, if you aren't adding new features or have a specific set of features you'd like to retain, please feel free to deny this pull request, or email me (github username at gmail).

nharada1 added 3 commits May 6, 2015 18:55
Conflicts:
	lib/apis/stats/time.js
	public/build/static/application.js
	public/src/views/visualizations/table.js
	public/src/views/visualizations/time.js
Plot chart is similar to a time chart but instead of aggregating
over time for the x-axis, it takes another field as the sampling
points and plots the remaining fields against that one. Good for
unevenly sampled data, non-time series data, etc.
@nharada1 nharada1 changed the title Upstream track New "plot chart" visualization May 15, 2015
@SamyPesse
Copy link
Member

I'm always happy to add new features 🌟 , but I'm not really maintaining this project (I started working on a new version a few months ago, but I have too much work with other projects).

Is it ready to be merged?

If you're using Reportr, will you be interested in maintaining it ? I can add you as a collaborator of the organization so that you can easily move this project forward. Just let me know if you're interested 🍻

@nharada1
Copy link
Contributor Author

It should be ready to be merged.

I really like Reportr (great job!), but I'm actually planning to fork it
for a project with slightly different aims. I'm a researcher at the
University of Michigan and we're developing a tool to let you monitor
training neural networks via web interface. I'll likely contribute some
changes over the summer, but our fork of the project will diverge as it
becomes more and more specific to our purposes.

Anyway, thanks so much for the work you've done so far! I'll be sure to
check out the new version once you get some more time to work on it. Maybe
once you start working on the new version I can help you too.

Best,

Nate

On Fri, May 15, 2015 at 4:19 PM, Samy Pessé notifications@github.com
wrote:

I'm always happy to add new features [image: 🌟] , but I'm not
really maintaining this project (I started working on a new version
https://github.com/Reportr/dashboard/tree/version4 a few months ago,
but I have too much work with other projects).

Is it ready to be merged?

If you're using Reportr, will you be interested in maintaining it ? I can
add you as a collaborator of the organization so that you can easily move
this project forward. Just let me know if you're interested [image:
🍻]


Reply to this email directly or view it on GitHub
#69 (comment).

nharada1 added 2 commits May 24, 2015 18:04
Previously deleting a report would result in an error stating that no
reports existed. Now deleting a report reloads the default report.
@nharada1
Copy link
Contributor Author

Quick bug fix so that when deleting a report the page refreshes back to a valid report instead of saying there are no reports available.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants