Giter VIP home page Giter VIP logo

Comments (6)

lcallarec avatar lcallarec commented on August 23, 2024 2

@taozuhong @stsdc

1. allow to change attributes of series

  • Color can be changed using Serie.set_main_color property, see here. Documentation needs to be improved, IMHO.
  • Line width can be changed, but yeah, it's not documented. I'll document that (with some improvements too)
  • Clear serie data is possible using serie.clear(), but still bad documented
  • update data is not yet fully possible. I'll take a look.
  • hidding series is actually possible, see here, but ok, documentation may be improved

2. allow to display data label on the chart
Do you mean display to value of each point ?

3. allow to get serie instance by index or name
This is now possible since version 1.7.0, using chart.series[index] / chart.series.get(index) and chart.series.get_by_name(name)

4. allow to delete serie instance by index or name
Yeah, I'll work on this.

5. allow to customize x or y axis label
X and Y axis already have a lot of configuration options. Did I miss something ?

from live-chart.

lcallarec avatar lcallarec commented on August 23, 2024 1

Hi @taozuhong, sorry for the late answer...
I'll take a look at all these ideas, even if some of them are already implemented. Maybe API and or / documentation are not clear enough.

from live-chart.

taozuhong avatar taozuhong commented on August 23, 2024 1

Cool, thanks for all.

and just share a repo:
https://github.com/xcltapestry/XCL-Charts

maybe it could give you some guidance.

from live-chart.

taozuhong avatar taozuhong commented on August 23, 2024
  1. allow to display data label on the chart
    Do you mean display to value of each point ?
    -----> yes, show data value on data node

  2. allow to customize x or y axis label
    X and Y axis already have a lot of configuration options. Did I miss something ?
    ----------> current version show the time label, could be set with other label?

from live-chart.

lcallarec avatar lcallarec commented on August 23, 2024

@taozuhong Yes, ok for both.
For the X axis, I guess you need that for a 'static chart'. I'll work on this.

from live-chart.

lcallarec avatar lcallarec commented on August 23, 2024

... and I forget :
1. allow to change attributes of series
renderer: It cannot be swap at runtime, I'll work on this

from live-chart.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.