Skip to content

Latest commit

 

History

History
136 lines (89 loc) · 5.07 KB

File metadata and controls

136 lines (89 loc) · 5.07 KB

LOG CHANGE

rAmCharts 2.1.14 (based on amcharts version 3.21.13)

  • amTimesSeries : add thousandsSeparator & decimalSeparator + fix balloon in case of interval
  • getTransformTS : add minabs & maxabs

rAmCharts 2.1.13 (based on amcharts version 3.21.13)

  • amTimesSeries : add connect options + date format
  • getTransformTS : add col_by possibility + optimize performance
  • getTransformTS : fix data.table on iTime with some tz

rAmCharts 2.1.12 (based on amcharts version 3.21.13)

  • amTimesSeries : add type options + date format
  • amTimesSeries : fix legend show/hide for range
  • amTimesSeries : fix ts less than minute
  • #93 fix for data.table 1.12.6 in R-devel 4.0.0

rAmCharts 2.1.11 (based on amcharts version 3.21.13)

  • fix export pdf using new pandoc version
  • amLines : add both option

rAmCharts 2.1.10 (based on amcharts version 3.21.13)

  • recycle dp$color to pass data.table 1.12.2

rAmCharts 2.1.9 (based on amcharts version 3.21.13)

  • rAmChartsTimeSeries module : enabled multiple col_series in a list
  • amTimeSeries : fix passing one groupToPeriods + update thousandsSeparator
  • Update Docomentation and add full javascript API in package & amChartsAPI() function
  • rAmChartsTimeSeries module : fix bug zooming on missing value

rAmCharts 2.1.8 (based on amcharts version 3.21.13)

  • rAmChartsTimeSeries module : fix keeping first and last values when NA
  • Update to amcharts.js 3.21.13
  • Update Docomentation and add full javascript API in package & amChartsAPI() function
  • getTransformTS : improve control date

rAmCharts 2.1.7 (based on amcharts version 3.20.18)

  • new add_animate_dependency function

rAmCharts 2.1.6 (based on amcharts version 3.20.18)

  • rAmChartsTimeSeries module : add keeping first and last values

rAmCharts 2.1.5 (based on amcharts version 3.20.18)

  • amTimeSeries : fix bug passing subset on col_series
  • amHist : fix label precision

rAmCharts 2.1.4 (based on amcharts version 3.20.18)

  • fix bug and add arguments on amTimeSeries
  • Add multiple grouping on amBoxplot
  • fix using labelRotation + xlab

rAmCharts 2.1.3 (based on amcharts version 3.20.18)

  • fix bug on amTimeSeries with groupToPeriods
  • Add control and options to export shiny

rAmCharts 2.1.2 (based on amcharts version 3.20.18)

  • fix bug with addListener
  • Shiny module to export rAmCharts on server-side
  • improve amTimeSeries (synchronization)
  • fix bug related to the languages plugins for exportation and date

rAmCharts 2.1.1 (based on amcharts version 3.20.10)

  • fix bad interactions with the base package graphics. Methods title() and legend() have become amTitle() and amLegend().

rAmCharts 2.0.4 (based on amcharts version 3.20.3)

  • fix some rmarkdown bugs

rAmCharts 2.0.3 (based on amcharts version 3.20.3)

  • fix getAmChart() clean using markdown
  • fix bug on stockpanel
  • fix use data.frame with no checked colnames
  • new outliers treatments on boxplot + precision + fix data.frame

rAmCharts 2.0.2 (based on amcharts version 3.20.3)

  • add getAmChart() javascript function to use and update chart within shiny
  • fix runExamples() bug
  • add dataLoader control for stock

rAmCharts 2.0.0 (based on amcharts version 3.18.3)

  • New version available on CRAN,
  • New functions 'am'
  • New shiny application : runExamples()
  • New API

rAmCharts 1.1.3 (based on amcharts version 3.18.3)

  • fix bug in markdown : now a call to method 'plot' is optionnal
  • New functions 'am'
  • fix init and rendered event with shiny
  • fix class 'Label' to allow character for properties 'x' and 'y'
  • Improve am___ functions (histogram, scatter plot, gauge, funnel, etc.)

rAmCharts 1.1.2 (based on amcharts version 3.17.2)

  • argument type in amChartsOutput is required only when type = drill
  • call to plot in shiny no longer necessary
  • better management of dependencies (dynamic loading in R)

rAmCharts 1.1.1

  • Create a generic method for renderAmCharts (shiny use)
  • Create a show method for class AmChart (now plot the object if type is set)
  • fix bug in dependencies for html_document
  • Clean import when creating widget (plot method)
  • fix bug using renderAmChart with input/reactive values
  • rename renderAmChart -> renderAmCharts
  • rename amChartOutput -> amChartsOutput
  • add listeners on legend
  • new function 'runShinyExamples'
  • access the documentation with the functions api() or api(class = [className])