All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.datastax.data.exploration.service.chart.Scatter3DService Maven / Gradle / Ivy

The newest version!
package com.datastax.data.exploration.service.chart;

import com.alibaba.fastjson.JSONObject;

public interface Scatter3DService {
    JSONObject scatter3DInit(String id);
    JSONObject scatter3DSelect(String id, String axisX, String axisY, String axisZ, String color);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy