Giter Site home page Giter Site logo

Comments (5)

bthieurmel avatar bthieurmel commented on August 15, 2024

Boxplot is just a "complex" serial. You can look at rAmCharts:::.plotAmBoxplot in chart_amBoxplot.R

from ramcharts.

happyshows avatar happyshows commented on August 15, 2024

for example, can I overlay a line chart over the boxplot (to show the current version of dataset), if so, how can I do that?

from ramcharts.

bthieurmel avatar bthieurmel commented on August 15, 2024

You can for example use amLines with good number of values :

amBoxplot(count ~ spray, data = InsectSprays) %>>%
  amLines(x = c(15, 16, 5, 6, 5, 20), col = "blue", type = "smoothedLine")

from ramcharts.

happyshows avatar happyshows commented on August 15, 2024

So instead of your suggested approach, is it possible to overlay more customized chart (from two datasources, but with overlapping x-axis) on top of amboxplot?

something like
amBoxplot(dat) %>%
amPlot(x = current$Quarter, y = current$Qty,type = 'sl')
tested, didn't work.

Is amSerialChart + addgraph a possibility here?

from ramcharts.

Djaiff avatar Djaiff commented on August 15, 2024

Hi,
I'm afraid you can't do such things. Those functions haven't been developed with an existing chart as (first) argument, except 'amLines'.
However it's a good idea for the next versions !

Sorry

from ramcharts.

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.