Skip to content

Commit

Permalink
Merge pull request #2466 from moj-analytical-services/2465-sorting-is…
Browse files Browse the repository at this point in the history
…sue-with-exploratoryprofile_columns

Fix profile charts issue
  • Loading branch information
RobinL authored Oct 13, 2024
2 parents 433aec0 + 9b3e893 commit 7b67f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splink/internals/files/chart_defs/profile_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"hconcat": [
{
"data": { "values": null },
"mark": { "type": "line", "interpolate": "step-after" },
"mark": { "type": "line", "interpolate": "step-before" },
"encoding": {
"x": {
"type": "quantitative",
Expand Down

0 comments on commit 7b67f03

Please sign in to comment.