Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional chart types #84

Closed
CheyenneForbes opened this issue Sep 11, 2018 · 17 comments
Closed

Additional chart types #84

CheyenneForbes opened this issue Sep 11, 2018 · 17 comments
Labels
feature-request New feature or request

Comments

@CheyenneForbes
Copy link

Apexcharts.js would be the ultimate graph library if it had the following:

  • world map charts (location based chats)

  • relational charts (graph database visualization)

  • timeline chart

@junedchhipa
Copy link
Contributor

junedchhipa commented Sep 12, 2018

Hi @CheyenneForbes, thanks for the suggestions.

  • A map can be another plugin itself, out of scope for current repo. Maybe in future - ApexMaps 😁
  • Relational charts are interesting - but again, it will make the library heavy (already it is now)
  • Timeline chart - this can be implemented, as I just need to implement a timescale for horizontal bar charts, and provide a start and end position for those bars.

@CheyenneForbes
Copy link
Author

Your points about making Apexcharts too heavy were a good.

Anyone looking for a relational graph library could try cytoscape.js

Could you add Timeline chart soon?

@junedchhipa
Copy link
Contributor

Hi,

Yes, I think - timeline charts are useful and I already thought about it before. Need to refactor the horizontal bar chart's code to support the timeline on the x-axis for it (at the same time not increasing the library size a lot).

FYI,
I am talking about these timeline charts as seen on Google charts
screen shot 2018-09-13 at 12 16 40 pm

No estimated timeline for it, though.

Thanks for the suggestion again

@junedchhipa junedchhipa added the feature-request New feature or request label Sep 13, 2018
@KristerV
Copy link

KristerV commented Sep 17, 2018

oh wow what a deal breaker. Well, I mean this chart is amazing without it, just sad I can't use it :D

@junedchhipa
Copy link
Contributor

@KristerV which one you're talking about? The timeline chart?

@KristerV
Copy link

yes. specifically I need horizontal ones like this: https://zoomcharts.com/en/chart-types-demo/multiple-level-span-chart-with-categorical-data-using-facetchart
Compared to that Google Chart or Gantt charts I need overlapping blocks.

@hariharaselvam
Copy link

hariharaselvam commented Feb 1, 2019

Hi @CheyenneForbes, thanks for the suggestions.

  • A map can be another plugin itself, out of scope for current repo. Maybe in future - ApexMaps 😁
  • Relational charts are interesting - but again, it will make the library heavy (already it is now)
  • Timeline chart - this can be implemented, as I just need to implement a timescale for horizontal bar charts, and provide a start and end position for those bars.

May I know, when the timeline chart will be available? I have to do lot of formats to make your stacked horizontal bar chart ( https://codepen.io/apexcharts/pen/ZMrvRK ) like a timeline chart.

@junedchhipa
Copy link
Contributor

You can expect timeline charts in the next 6-8 weeks (somewhere around mid-March)

@junedchhipa junedchhipa reopened this Feb 1, 2019
@hariharaselvam
Copy link

We are eagerly anticipating timeline charts.

@junedchhipa
Copy link
Contributor

junedchhipa commented Apr 9, 2019

Here is a sneak peek of the timeline charts which will be released very soon.
Screen Shot 2019-04-08 at 2 54 16 PM

@dev-rfc
Copy link

dev-rfc commented May 15, 2019

Here is a sneak peek of the timeline charts which will be released very soon.
Screen Shot 2019-04-08 at 2 54 16 PM

It is possible to create a timeline like this one?

GObfw

@junedchhipa
Copy link
Contributor

@renancavalieri Not yet. It has also been proposed here #560
No ETA for it though.

@dev-rfc
Copy link

dev-rfc commented May 16, 2019

It will be very good, because today we have only Google and Highcharts to do timelines like this, and both have huge limitations while working with Vue.

@junedchhipa
Copy link
Contributor

Sure, I will consider this for future enhancements.

@junedchhipa
Copy link
Contributor

The latest version 3.11.0 supports timeline charts with multiple ranges - https://apexcharts.com/javascript-chart-demos/timeline-charts/advanced/

Screen Shot 2019-12-18 at 1 17 59 PM

@KristerV
Copy link

KristerV commented Feb 26, 2020 via email

@themustafaomar
Copy link

@KristerV Sorry, I've encountered a problem with npm yesterday, I had to disable the repo for a while until I fix it.
It's working now.
https://github.com/themustafaomar/jsvectormap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants