Skip to content

Commit

Permalink
restore whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
marthasharkey committed Aug 22, 2024
1 parent 74f7528 commit 30ae27f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,15 @@ json_from_table table bounds limit =
JS_Object.from_pairs [[data_field, data], [axis_field, axes]] . to_json

## PRIVATE
json_from_vector : Vector Any -> Vector Integer | Nothing -> Integer | Nothing -> Text
json_from_vector : Vector Any -> Vector Integer | Nothing -> Integer | Nothing -> Text
json_from_vector vec bounds limit =
data = vec.point_data |> bound_data bounds |> limit_data limit
JS_Object.from_pairs [[data_field, data], [axis_field, Nothing]] . to_json

## PRIVATE

Default preprocessor for the scatter-plot visualization.

Generates JSON text describing the scatter-plot visualization.

Arguments:
Expand Down

0 comments on commit 30ae27f

Please sign in to comment.