Interface JmixAmchartsSceneClientRpc

All Superinterfaces:
com.vaadin.shared.communication.ClientRpc, Serializable

public interface JmixAmchartsSceneClientRpc extends com.vaadin.shared.communication.ClientRpc
  • Method Details

    • draw

      void draw(String chartJson)
    • updatePoints

      void updatePoints(String json)
    • zoomOut

      void zoomOut()
    • zoomToIndexes

      void zoomToIndexes(int start, int end)
    • zoomToDates

      void zoomToDates(Date start, Date end)
    • zoomOutValueAxes

      void zoomOutValueAxes()
    • zoomOutValueAxisById

      void zoomOutValueAxisById(String id)
    • zoomOutValueAxisByIndex

      void zoomOutValueAxisByIndex(int index)
    • zoomValueAxisToValuesById

      void zoomValueAxisToValuesById(String id, String startValue, String endValue)
    • zoomValueAxisToValuesByIndex

      void zoomValueAxisToValuesByIndex(int index, String startValue, String endValue)
    • zoomValueAxisToDatesById

      void zoomValueAxisToDatesById(String id, Date start, Date end)
    • zoomValueAxisToDatesByIndex

      void zoomValueAxisToDatesByIndex(int index, Date start, Date end)