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

highcharts-svelte wrapper #13481

Open
richardeschloss opened this issue May 11, 2020 · 6 comments
Open

highcharts-svelte wrapper #13481

richardeschloss opened this issue May 11, 2020 · 6 comments
Labels
Type: Feature Request Used when a new feature is requested either directly or indirectly

Comments

@richardeschloss
Copy link

Description of the feature

Add information about the feature with standard use-case.
Suggest creating a wrapper for the svelte framework. It's a pretty fast framework. People might want it. Similar to highcharts-vue but for svelte.

Library related to the feature

Might be Highcharts/Highstock/Highmaps/Gantt
All

Proof of Concept/ Live example for the feature

If you have a POC or live example of the feature, please add it here.

You can vote for the feature by adding thumbs-up reaction for this post.

@richardeschloss richardeschloss added the Type: Feature Request Used when a new feature is requested either directly or indirectly label May 11, 2020
@highsoft-bot highsoft-bot added this to To do in Development-Flow via automation May 11, 2020
@stale
Copy link

stale bot commented Apr 18, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions!

@stale stale bot added the Status: Stale This issue hasn't had any activity for a while, and will be auto-closed if no further updates occur. label Apr 18, 2022
@pawellysy
Copy link
Member

unstale

@stale stale bot removed the Status: Stale This issue hasn't had any activity for a while, and will be auto-closed if no further updates occur. label Apr 20, 2022
@bondib
Copy link

bondib commented Sep 28, 2023

Any update on this?

@bm64
Copy link
Member

bm64 commented Oct 5, 2023

@bondib Thanks for your interest and upvote. We're considering a Svelte wrapper and would like to understand your needs better. Could you reach out to us through support@highcharts.com so we can schedule a meeting to discuss?

Anyone else interested in this topic is also welcome to contact us through the same email to arrange a meeting.

@3goats
Copy link

3goats commented Mar 1, 2024

Hi, I would be happy to arrange a meeting to discuss requirements. However, I'm sure if I would be able to provide you with much more than this:

https://charts.carbondesignsystem.com/svelte/?path=/story/docs--welcome

Essentially charts can be created in Svelte like this:

https://charts.carbondesignsystem.com/svelte/?path=/story/simple-charts-lollipop--lollipop-discrete

<script lang="ts">
import { LollipopChart } from '@carbon/charts-svelte'
import '@carbon/charts-svelte/styles.css'
import options from './options.js'
import data from './data.js'
</script>

<LollipopChart {data} {options} style="padding:2rem;" />

Which makes for quite an easy way to get chars into the various pages.

@hubertkozik
Copy link
Member

Hi @3goats! Could I ask you to write to us directly on our support email: support@highcharts.com? We will discuss the details there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Request Used when a new feature is requested either directly or indirectly
Projects
Development

No branches or pull requests

6 participants